BH12
1
Hi,
I am using the brooklyn theme and i’m looking to add space below my header on the default product pages (e.g. when you click into a product)
Please could anyone advise on the coding for this? @KetanKumar
E.g. - https://www.selfandsoleil.com/products/sant-pere-t-shirt?variant=43219074842858
Thanks
1 Like
@BH12
can you please check this code
- Go to Online Store->Theme->Edit code
- Asset->/timber.scss.liquid->paste below code at the bottom of the file.
#shopify-section-product-template {
margin-top: 80px;
}
1 Like
BH12
3
Thats worked @KetanKumar , thankyou again!! So helpful 
1 Like
@BH12
its my pleasure to help us