Home New Guten Forums WoodMart support forum How to change the sale badge position

How to change the sale badge position

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

    medok758
    Participant

    How to change the sale badge position from left side to right side, pelase assist.

    Attachments:
    You must be logged in to view attached files.
    #462908

    Luke Nielsen
    Keymaster

    Hello,

    Please try to use the below code to achieve that, enter it into the “Desktop CSS” area in Theme Settings -> Custom CSS.

    .product-grid-item .product-labels {
        right: 0;
        left: auto;
        inset-inline-end: 7px;
    }

    If you ever need to reach out to me, please do not hesitate to do so.

    Kind Regards

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