How to change the position of badges in the products slider to the right
-
HI,
I’m having a problem with badges when displayed in product carousels.
They are shown on the left and that partially hides the product.
How can I change the position of badges in the products slider to the right?
Thank you
Attachments:
You must be
logged in to view attached files.
Hello,
Define the code in Theme Settings -> Custom CSS.
.product-grid-item .product-labels {
left: auto;
right: 0;
inset-inline-start: unset;
inset-inline-end: 7px;
}
Clear the cache and recheck the issue.
Kind Regards