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!
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:
Go to Online Store
Edit Code
Find theme.liquid file
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; }