I have space on the site that needs to be deleted.

Solved

I have space on the site that needs to be deleted.

Lotshak
New Member
6 0 0

I have a big space between my bundle and the "add to cart" button. I think there is a code that creates this space. Help me to delete the space please.

Accepted Solution (1)

Tech_Coding
Shopify Partner
280 72 64

This is an accepted solution.

Hello @Lotshak 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .product-form__buttons {
       margin-top: 15px !important;
   }
</style>

Tech_Coding_0-1727426905213.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

View solution in original post

Reply 1 (1)

Tech_Coding
Shopify Partner
280 72 64

This is an accepted solution.

Hello @Lotshak 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .product-form__buttons {
       margin-top: 15px !important;
   }
</style>

Tech_Coding_0-1727426905213.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.