This topic has 3 replies, 2 voices, and was last updated 12 months ago ago by seb
Hi,
how can I set the product badges to be aligned on right instead of left please ?
Hello, @seb,
Thank you for contacting us and for using XStore.
Should you wish to modify the position of the Sale label from the top left to the bottom right, kindly replicate the following CSS code into the designated location: XStore >> Theme Options >> Theme Custom CSS >> Global CSS.
Subsequently, please ensure to clear your browser cache to visualize the changes. The anticipated outcome should resemble this: https://imgur.com/a/nyiVaXQ
.products-loop .onsale {
left: unset !important;
right: 10px;
bottom: 12px;
top: 10px;
}
We hope this helps.
Yours Sincerely,
8Themes Team.
Thx
The issue related to '‘how to set product badges to display on right side’' has been successfully resolved, and the topic is now closed for further responses