How can I rearrange the price display in the Sense theme?

Screenshot 2023-07-16 222535.png

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:

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

  1. Assets/base.css
  2. add code below to end of file
.product .price--on-sale .price__container .price__sale {
	display: inline-flex;
	flex-flow: row-reverse;
}
1 Like

Thank you this worked