Hi @Joegr7 !
What is your store url? You can put it up here, I’ll help you check.
Hi,
Please add below CSS.
#ProductSection-product-template .product-single {
margin-bottom: 50px;
}
Hi Thanks, but where exactly?
You add this code at the bottom of the theme.css file in the source code.
#ProductSection-product-template .product-single {
margin-bottom: 50px;
}
Hi,
Follow below steps.
-
Go to your shopify admin.
-
Left side bar click on the online store.
-
You will see the list of theme. On live theme click on “action”. and click on “edit code”.
-
Now you will see the list of file. find the file “theme.scss.liquid” open this file and add below code very bottom the file.
#ProductSection-product-template .product-single {
margin-bottom: 50px;
}
