Luuund
September 8, 2021, 8:20pm
1
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
Luuund
September 8, 2021, 8:49pm
3
Oh sorry about the password.
i think this is the correct password: shoheu
@Luuund
yes please add this code
Go to Online Store->Theme->Edit code
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!
Luuund
September 9, 2021, 7:14pm
6
I tried first with one, then the other, then both, and still dont work
Luuund
September 10, 2021, 10:01am
7
Never mind, i figured it out! Thank you so much for your assistance