Home Forums WoodMart support forum Change button position

Change button position

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #392695

    discopegre
    Participant

    Hi
    How can I change the side position of “accept” button of cookie information bar?

    I need place the button on the left side of the panel;

    Best regards

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

    Hello,

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

    .wd-cookies-inner {
        flex-direction: row-reverse;
    }
    .wd-cookies-inner .cookies-info-text {
        text-align: right;
    }

    If you have any questions please feel free to contact us.

    Best Regards

    #394393

    discopegre
    Participant

    thank you, that worked!

    #394461

    You are welcome! We are here to help.

    Wish you a wonderful day!

Tagged: ,

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

The topic ‘Change button position’ is closed to new replies.