How to remove this whitespace on product page?

See screenshot; there is a white space above the start of the product description, and I cannot figure out how to reduce this.

-It occurs on mobile and desktop

-No padding settings seem to change this

-There is not any white space above “about” - this is the first line as a h1 on the product description

I’m guessing the CCS can be modified in such a way to edit this? Can you help pls?

My store is www.stoneground.uk and the password is “123”

Hi @stoneground

Add below css in main.css file under assets at bottom

.product .product__description blockquote {
	display: none;
}
.product .product__description h1 {
	margin: 0;
}

Solution:

Hi – I feel this is right however I cannot locate the main.css you talk about under assets (or another folder)

Could it be called something else?

Hi @stoneground

You can add below code to theme.liquid under layout just after or before as well