Home Forums WoodMart support forum How to set the label on the upper right of the picture

How to set the label on the upper right of the picture

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

    HARSLE
    Participant

    the label is on the upper left of the picture, how can I change the position

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-labels.labels-rounded {
        position: absolute;
        left: 50%;
        top: 15%;
        transform: translate(100%, -50%);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    Regards.
    Xtemos Studios

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