We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

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

Solved

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

Select
Excursionist
14 0 3

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!

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

This is an accepted solution.

Hi @Select 

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

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

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 2 (2)

Moeed
Shopify Partner
7764 2082 2568

Hey @Select 

 

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 </body> tag

<style>
.price--large {
    padding-top: 20px !important;
}
</style>

RESULT:

Moeed_0-1720005633323.png

 

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

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Dan-From-Ryviu
Shopify Partner
12073 2359 2539

This is an accepted solution.

Hi @Select 

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

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

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.