How to remove white space from product page

Hi,

I am using FLOW and have some unwanted white space on my product page.

I have read the forum and saw some code, but unsure where to place it as the assests where different to what I have on FLOW.

Have linked below for reference.

product page

Thanks so much

Annika

1 Like

Hello, @annikareed

Welcome to the Shopify community!
and Thanks for your Good question.

can you please provide a screenshot.

Thanks! So I have lost oif white space, I do not want such white space under the quality and above the price.

Thanks again

@annikareed

Thanks

  1. Go to Online Store->Theme->Edit code
  2. Asset->/timber.scss.liquid->paste below code at the bottom of the file.
#ProductPrice {
margin-top: 0;
}
#AddToCartForm .js-qty {
margin-bottom: 0;
}
1 Like

THANK YOU!!! really appreciate your time and help

1 Like

@annikareed

Thanks for update and your complimet

1 Like