So. I want to change my product price and compare at price the other way around at my product site. So price should be on the left, and compare at price on the right.
https://piirretty.myshopify.com/products/piirretty-muotokuva-lemmikistasi
So. I want to change my product price and compare at price the other way around at my product site. So price should be on the left, and compare at price on the right.
https://piirretty.myshopify.com/products/piirretty-muotokuva-lemmikistasi
Hi @Piirretty
May I suggest to update code these steps:
body .price--on-sale .price__sale {
flex-flow: row-reverse;
display: flex;
}
Thank you! Worked well.