• Good morning,

    The Age gate popup is being cut off by the menu, is there a way to bring the Age Gate popup to the front or at least stop it from being cut off?

    Thank you in advance!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Phil

    (@philsbury)

    Hi @naluweb,

    Your link gives me a 403 error. However, it sounds like there’s a z-index conflict and the menu is higher than the age gate.

    If you go to the css editor in the customiser, you can add something like this to increase it and see if that works:

    
    :root {
        --ag-form-z-index: 999999999; /* just make this crazy high */
    }
    

    Thanks
    Phil

Viewing 1 replies (of 1 total)
  • The topic ‘Age Gate being cut off by menu’ is closed to new replies.