Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
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
If this was helpful, hit the like button and accept the solution.
Thanks
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
If this was helpful, hit the like button and accept the solution.
Thanks
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025