Creating space under my header on the product page - brooklyn theme

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

  1. Go to Online Store->Theme->Edit code
  2. Asset->/timber.scss.liquid->paste below code at the bottom of the file.
#shopify-section-product-template {
    margin-top: 80px;
}
1 Like

Thats worked @KetanKumar , thankyou again!! So helpful :slightly_smiling_face:

1 Like

@BH12

its my pleasure to help us