Re: How do I remove padding between buy buttons (CTA Buttons)

Solved

How do I remove padding between buy buttons (CTA Buttons)

ROEDADK
Tourist
7 0 5

ROEDADK_0-1707593289191.png

Hey there, I am facing a problem. How can I reduce the padding/space between these to buttoms so it looks normal and good 

Here's the link: https://www.classycuff.shop/products/ayatul-kursi-necklace


regards,
Roedad khan

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10096 2398 3030

This is an accepted solution.

Thanks for the info, check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

product-form.product-form {
    margin-bottom: 0px !important;
}
.product__info-container > div:nth-child(10) {
    margin-bottom: 5px;
}

 

And Save. 

Result:

Made4uoRibe_0-1707597621038.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
10096 2398 3030

Hi @ROEDADK 

Would you mind share your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Made4uo-Ribe
Shopify Partner
10096 2398 3030

This is an accepted solution.

Thanks for the info, check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

product-form.product-form {
    margin-bottom: 0px !important;
}
.product__info-container > div:nth-child(10) {
    margin-bottom: 5px;
}

 

And Save. 

Result:

Made4uoRibe_0-1707597621038.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
ROEDADK
Tourist
7 0 5

Thank You It Worked 

Made4uo-Ribe
Shopify Partner
10096 2398 3030

Welcome, please dont forget to hit likes. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.