Product site change price and compare at price the other way around

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:

  1. Go to Store Online-> theme → edit code

  1. Assets/base.css
  2. Add code below to bottom of file
body .price--on-sale .price__sale {
	flex-flow: row-reverse;
	display: flex;
}

Thank you! Worked well.