CSS problems with padding on product page (Boom theme)

Im trying to learn to build a website in shopify, but have run into some issues with the product page. There seem to be no padding from the menu itself down to the product. I would like to add some padding there, but cannot locate the file to add it into.

Could someone please help me with this?

Link: https://timekeeperclocks.myshopify.com/
Password: showe

Kind regards
Jonas

1 Like

@Luuund

sorry for that issue

bt your Password incorrect

Oh sorry about the password.

i think this is the correct password: shoheu

@Luuund

yes please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/dt-framework.css ->paste below code at the bottom of the file.
    this code apply for after 5 - 6 second
#shopify-section-product-template {
    margin-top: 50px;
}

@Luuund

Please add the following code at the bottom of your assets/dt-framework.css file.

.product-template-content {
    margin-top: 55px;
}

Hope this works.

Thanks!

I tried first with one, then the other, then both, and still dont work :face_with_tongue:

Never mind, i figured it out! Thank you so much for your assistance :slightly_smiling_face: