How to reduce white space between header and product page

I would like to reduce the white spacing a little bit between header and product page content. See red rectangle in photo attached.

Hello, @dakind

Welcome to the Shopify community!
Please share your site URL,
So I will check and provide a solution here.

sunnybearkids.com and password is 12345

@dakind

Thanks for URL.

  1. Go to Online Store->Theme->Edit code
  2. Asset->/timber.scss.css.liquid->paste below code at the bottom of the file.
.template-product main.main-content {
    padding-top: 0px;
}

Awesome! It looks better now.

Thanks a lot!

@dakind

Thanks for update.

Hi dear
I can’t find ->/timber.scss.css.liquid → in my store code
can advice me plz ?