Debut Theme - How to add space between cart buttons and product description on product page?

Hi @Joegr7 !

What is your store url? You can put it up here, I’ll help you check.

www.thegiftcompany.com.au

Hi,

Please add below CSS.

#ProductSection-product-template .product-single {
margin-bottom: 50px;
}

Hi,

www.thegiftcompany.com.au

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.

  1. Go to your shopify admin.

  2. Left side bar click on the online store.

  3. You will see the list of theme. On live theme click on “action”. and click on “edit code”.

  4. 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;
}