Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
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:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @ROEDADK
Would you mind share your store URL? Thanks!
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:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank You It Worked
Welcome, please dont forget to hit likes. Thanks!
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025