Email signup modal is covered up by header

Posted by: Jeff Finley

4th May 2018, 6:49 am

Jeff Finley

@jeff_finley

4 May 2018
6:49 am

My header is covering up the form that pops up to collect emails.

Here's my page. Go here and click "download now" to trigger the pop up.

https://starboundrenegade.com/shop/the-vortex/

I have tried editing the CSS of the modal window wrapper, but I can't figure out what to change to get it working.

Last modified: 4th May 2018, 6:49 am by Jeff Finley

  • Richard Webster

    @rwebster

    4 May 2018
    6:55 am

    Hi mate add this custom CSS to your theme

    body.somdn-capture-email-open #header-outer {
    	z-index: 1!important;
    }

    The way yours is laid out your CSS overrides the modal, so you'll have to affect the header itself.

    Last modified: 4th May 2018, 6:56 am by Richard Webster

  • Jeff Finley

    @jeff_finley

    4 May 2018
    7:02 am

    That fixed it. Thanks!!

  • Richard Webster

    @rwebster

    4 May 2018
    7:04 am

    No worries 🙂

This topic is closed to new replies.