Prices viewed with a margin from left

Solved

Prices viewed with a margin from left

Atelierfrench89
Visitor
1 0 1

Hi,

 

Since I’ve added compare at prices the prices of the ‘regular’ products are moved a bit to the right (with a margin from left). The compare at prices are showed correctly on the right spot, but you can see in the attachments that the regular prices are moved a bit to the right. 

 

The regular products are showed here:

https://atelierfrenchie.nl/collections/new-collection
https://atelierfrenchie.nl/products/bowie-bag

The compare at products are showed here:
https://atelierfrenchie.nl/collections/sale
https://atelierfrenchie.nl/products/anna-von-lipa-tapas-freja-yellow-pink

 

Someone knows the solution?

 

Thanks in advance. 

 

Gr, Niels

Accepted Solution (1)

Rahul_dhiman
Shopify Partner
853 167 185

This is an accepted solution.

Hello @Atelierfrench89 

Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> component-price.css
add this code at the end of the file.

.price .price-item {
margin: -2px !important;
}

result
9.png

If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

View solution in original post

Reply 1 (1)

Rahul_dhiman
Shopify Partner
853 167 185

This is an accepted solution.

Hello @Atelierfrench89 

Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> component-price.css
add this code at the end of the file.

.price .price-item {
margin: -2px !important;
}

result
9.png

If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages