Home Forums WoodMart support forum Age verification pop up

Age verification pop up

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

    aleksandreeu
    Participant

    Hi, is it possible to change place of the buttons in popup age verification window?

    I want to have AGREE (red button)- on the right side and Reject (gray) on thr left.

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

    Hello,

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

    a.btn.btn-color-primary.wd-age-verify-allowed {
    float: right;
    }

    Best Regards

    #359029

    aleksandreeu
    Participant

    thanks, i did it, it works, but now confirmation button s too right. How can I correct that? Please check web and recommend. thanks!

    #359168

    Hello,

    Please delete the old given CSS and use this new Custom CSS code:

    a.btn.btn-color-primary.wd-age-verify-allowed {
    float: right;
    right: 18%;
    }

    Best Regards.

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