• Hi there, i need my age gate to cover my whole page including my menu – how would i do this?

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

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

    (@philsbury)

    Hi @kinectdigital,

    You can add some custom css for this, something along the line of this:

    :root {
    --ag-form-z-index: 100000;
    }

    Failing that you can target your header when age gate is open:

    .age-gate__restricted #main-header,
    .age-gate-restricted #main-header {
    z-index: 1;
    }

    Swapping #main-header for your header css selector.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.