Home Forums WoodMart support forum Move Cookies buttons to left side

Move Cookies buttons to left side

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #510503

    bk5
    Participant

    Hello, Can you help me with moving cookies Accept and more info buttons toward left side . Screenshot attached

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wd-cookies-inner {
        flex-direction: row-reverse;
    }
    body .wd-cookies-inner .cookies-info-text {
        margin-left: 30px;
    }

    Best Regards

    #510596

    bk5
    Participant

    thank you for reply but it didnot work

    #510603

    bk5
    Participant

    Update: Thank you, It works after clearing cache.

    #510665

    You are welcome!

    Wish you a wonderful day!

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

The topic ‘Move Cookies buttons to left side’ is closed to new replies.