Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Phil

    (@philsbury)

    Hi @chiponde,

    There’s a couple of ways, but as you’re using JS Aga Gate, a little bit of CSS will probably suffice for you:

    
    .age-restriction footer {
        z-index: 100000;
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    

    I’d probably only do that on larger screens though, so may want to just wrap it in a media query.

    Thanks
    Phil

    Thread Starter chiponde

    (@chiponde)

    Hi Phil,

    Thank U, its worked.

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show Page footer in Age Gate’ is closed to new replies.