Adding padding to Mr. Parker Theme Product Page

Hi,

I am trying to create padding between my header and my product page (body) and I cannot find any way to do so. Please see the screenshot. I am trying to add a white horizontal strip between the main product image and the header.

Theme: Mr. Parker

Any guidance or advice would be greatly appreciated.

Thank you in advance :slightly_smiling_face:

1 Like

@mikhailkuzi

Welcome to the Shopify community!
Thanks for your good question.

Please share your store URL.
So that I will check and let you know the exact solution here.

Try adding this css

.template-product .main__content-wrapper {
margin-top: 30px;
}

1 Like