Home Forums WoodMart support forum Lable Postion Change

Lable Postion Change

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #42316

    Lateefuddien
    Participant

    Could you please tellme how to change position of Product Lable to bottom Left?
    https://gyazo.com/23dc0fcc2f74dcf7f54a44f7bf19a930

    #42325

    Artem Temos
    Keymaster

    Hi,

    Try to use this CSS snippet to move those labels

    .labels-rectangular {
        top: auto;
        bottom: 15px;
    }

    Regards

    #42331

    Lateefuddien
    Participant

    could you please also send me the code for

    1.Bottom Right
    2.Top Left

    #42332

    Lateefuddien
    Participant

    sorry!

    1.Bottom Right
    2.Top Right

    #42358

    Artem Temos
    Keymaster

    1.

    .labels-rectangular {
        top: auto;
        bottom: 15px;
        left: auto;
        right: 0;
    }

    2.

    .labels-rectangular {
        left: auto;
        right: 0;
    }
    #42369

    Lateefuddien
    Participant

    Thanks!

    On question that is not related to this topic:
    1.Could you please tell me why i am not getting emails about updates of theme?

    2.Can i use this Licence for another website? or should i buy another Licence for new site?

    #42375

    Artem Temos
    Keymaster

    1. You should get a notification from ThemeForest. You will be able to check it in a few days when we will release our WoodMart 2.0.

    2. You have to purchase one license per website and can’t use one license for multiple projects.

    Regards

    #42378

    Lateefuddien
    Participant

    Thank you very much!

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

The topic ‘Lable Postion Change’ is closed to new replies.