Home Forums WoodMart support forum Sale price label to be in right position

Sale price label to be in right position

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #460409

    4putrat
    Participant

    Hi,

    before make a update of theme i have customize the sale label in the right position. after update is going in the left (as picture show).
    please help to position it on the right.
    best regards

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

    Luke Nielsen
    Keymaster

    Hello,

    First of all, remove your own custom for that, and then add the below one via Theme Settings -> Custom CSS.

    .product-grid-item .product-labels {
        top: 0;
        right: 0;
        left: auto;
    }

    Don’t hesitate to let me know if you need any further help or any other info.

    Kind Regards

    #460459

    4putrat
    Participant

    Hi,

    I try this but nothing change, is the same as before (picture attached).
    I have clear the cache,

    best regards

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

    Luke Nielsen
    Keymaster

    Hello,

    In this case, is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?

    Kind Regards

    #503968

    4putrat
    Participant

    Hi,
    Sorry for late response,

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

    Luke Nielsen
    Keymaster

    Hello,

    Please try this updated code:

    .product-grid-item .product-labels {
        top: 15px !important;
        right: 0;
        left: auto;
        inset-inline-start: unset;
    }

    https://prnt.sc/5jQ6841rNuEq

    Kind Regards

    #504683

    4putrat
    Participant

    Hi,
    can you check again because it doesn’t work,

    Best regards,

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

    Luke Nielsen
    Keymaster

    Hello,

    I have fixed that, please recheck the issue.

    Looking forward to hearing back from you!

    Kind Regards

    #504695

    4putrat
    Participant

    Hi,

    Sorry but in home page is ok, but when you enter in shop categories is still on left

    Please can you check again,

    Best regards

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

    Luke Nielsen
    Keymaster

    Hello,

    Sorry, seems that I fixed it on the staging site. Please replace the old code with the below one:

    .product-grid-item .product-labels {
        top: 15px !important;
        right: 0;
        left: auto;
        inset-inline-start: unset !important;
    }

    Clear the cache and recheck the issue.

    Kind Regards

    #559351

    4putrat
    Participant

    Hi,

    You can close this topic.

    Best regards,

    #559419

    Luke Nielsen
    Keymaster

    Hello,

    In case you need any additional help, I’d be more than happy to assist you.

    Wish you all the best.

    Kind Regards

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

The topic ‘Sale price label to be in right position’ is closed to new replies.