Hello, I am wondering how to add a little bit more space between the buy now button and the collapsible rows. Not too much space, ideally the same amount of space as between the collapsible rows and the image below it. Thank you in advance for your assistance!
Hi @HenryA
Try 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:
form#product-form-template--21590715171131__main {
padding-bottom: 40px;
}
-
And save.
-
Result:
-
Note: You can adjust the size, whatever sizes you like.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

