Reducing spacing/padding on product page (Narrative theme)

The view on mobile is decent but the gap on desktop view is humungous.

I want to reduce the spacing between the product image and the top.
I want to reduce the spacing between the product image & the product title.
I want to reduce the spacing between the buttons (add to cart & dynamic check out button) closer to the product title.

1 Like

@dzd

i think we have cone this if some one same issue add this code

theme.scss bottom of the file

.product__media-container 
	{
    margin-top:20px;
    }
.product__content-header
	{
    padding: 20px 0px;
    }
1 Like