How can I change the spacing between these two prices?

Solved

How can I change the spacing between these two prices?

CRART
Excursionist
38 0 9

How can I change the spacing between these two prices? (URL: https://crartcase.com/)

CRART_0-1738991272137.png

 

Accepted Solution (1)

devcoders
Shopify Partner
1106 134 303

This is an accepted solution.

Hello @CRART 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

.price--on-sale .price__sale {
    gap: 15px;
}



devcoders_0-1738992501342.png

 

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

View solution in original post

Reply 1 (1)

devcoders
Shopify Partner
1106 134 303

This is an accepted solution.

Hello @CRART 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

.price--on-sale .price__sale {
    gap: 15px;
}



devcoders_0-1738992501342.png

 

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!