Home Forums WoodMart support forum How to change the position of badges in the products slider to the right

How to change the position of badges in the products slider to the right

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #574157

    anabsw
    Participant

    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.
    #574181

    Luke Nielsen
    Keymaster

    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

Viewing 2 posts - 1 through 2 (of 2 total)