• Resolved nzshock

    (@nzshock)


    Hi

    I can’t get the popup to show in front of the header. Its blocked. I had to change the position to the bottom of the page for it to show without being blocked. But on mobile, it is still blocked.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @nzshock,

    Hope all is well 🙂

    I had a look at your site and can see that your theme header has set a really high value for z-index in order to go over all of the elements on the site.
    So basically to go around this we would need to set higher z-index for your slide-in, and this should do the trick:

    .wph-modal.inc_opt_slidein {
        z-index: 999999;
    }

    You can add this in Custom CSS field under Appearance > Customize panel and that should be it.

    Cheers,
    Predrag

    Thread Starter nzshock

    (@nzshock)

    Thanks, this worked!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Popup showing behind header?’ is closed to new replies.