
How can I move the price (19.99) to the left of the compare-at price? So it would look like:
$19.99 USD --69.99 USD-- [Save 70%]
Im using the sense theme

How can I move the price (19.99) to the left of the compare-at price? So it would look like:
$19.99 USD --69.99 USD-- [Save 70%]
Im using the sense theme
Hi @Henry43 ,
Could you let me know which theme that you are using? Or could you share store url and protect password? We will help to check it.
sense theme
Hi,
May I suggest to update code these steps:
.product .price--on-sale .price__container .price__sale {
display: inline-flex;
flex-flow: row-reverse;
}
Thank you this worked