D_Paloi
1
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
3
Store url: Goldplexus.com
Store Password: edu83js94ud
@D_Paloi ,
I am not able to inspect the element here.
D_Paloi
5
Can you try again, it should work now or in a few minutes
@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
D_Paloi
8
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
D_Paloi
9
Let me know if the spacing can be done, thanks
@D_Paloi ,
Have you changed the password?
D_Paloi
11
Ive already managed to sort it out. Thanks for the help