I would like to add space between the product price and the first variant option. Space where the red line is (see pic). Minimal The
Topic summary
A user wants to add vertical spacing between the product price and the first variant option on their Shopify store using the Minimal theme.
Proposed Solution:
- Navigate to Shopify admin → Online Store → Themes → Actions → Edit code
- Locate the CSS file (base.css, theme.css, style.css, or theme.scss.liquid)
- Add the following CSS at the bottom:
.product-single__prices.product-single__prices--policy-enabled {
margin-bottom: 10px;
}
Current Status:
The user confirmed they don’t have a base.css file in their theme. The helper suggested looking for alternative CSS files like theme.scss.liquid or timber.scss, but the conversation remains unresolved as the exact file location hasn’t been confirmed yet.
1 Like
Hi @gcjenn ,
Would you mind to share your URL website? with passwordi if its protected. Thanks!
1 Like
Thank you for the information.
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” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
- And Save.
.product-single__prices.product-single__prices--policy-enabled {
margin-bottom: 10px;
}
Result:
Note: You can adjust the sizes.
I hope it help.
I don’t have base.css
Would it be theme.scss.liquid?
1 Like
Theme.css, Style.css the one that you have I think timber.scss.

