How can I add margin or padding top for Product Price?

Product Price is right after a text block I have under Product information section. Its too close to the text blocks and I would like to create some space between them.

Link: https://puffashion.no/products/puf-travel-bag

Thanks in advance!

Hey @Select_1

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @Select_1

You can do that by adding this code to Online Store > Themes > Customize > Custom CSS

.product .price { margin-top: 12px !important; }