Minimal Theme - Add space between price and variant

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

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.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. 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:
  4. 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.