How can I rearrange the order of price, compare price, and sale badge?

Could anyone possibly help out with arranging the price, compare price & sale badge in the order i have just stated.

Currently it is in this order:

Sale Badge | Compare Price | Price & i want it change the positioning to Price | Compare Price | Sale Badge

Im using the empire theme aswell.

Heres a screenshot of how it looks:

Thanks

@D_Paloi ,

Please share the URL…

Store url: Goldplexus.com

Store Password: edu83js94ud

@D_Paloi ,

I am not able to inspect the element here.

Can you try again, it should work now or in a few minutes

Any update?

@D_Paloi ,

span.product__badge.product__badge--sale {
    order: 3;
}
.product-pricing {
    display: flex;
}
span.product__badge.product__badge--sale {
    order: 3;
}
.product__price {
    display: flex;
    flex-direction: row-reverse;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Works great! Is there any way to add a bit of spacing between the price | compare price | sale badge as they seem very close

Thank you very much

Let me know if the spacing can be done, thanks

@D_Paloi ,

Have you changed the password?

Ive already managed to sort it out. Thanks for the help

@D_Paloi ,

Your Most Welcome.

Please like my post :slightly_smiling_face: