Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #460523

    I have a modal window that is getting partially hidden by the footer in the theme. It is here:

    http://www.greenrocketsecurity.com/resources/library/

    According to the people who make the plug-in that makes the modal window the problem is an “overflow: hidden” style on the footer. Can you tell me what I should change to make the modal window appear correctly?

    To see the problem, under White Papers click the DOWNLOAD button for “Replacing Legacy 2FA with GreenRADIUS”. This is supposed to show the modal window.

    #460757

    Hey jcruz1!

    Try adding this to your custom CSS.

    .container_wrap { z-index: 2 !important; }
    

    Best regards,
    Elliott

    #460795

    I tried that but the result is still the same.

    jcruz1

    #461343

    Hey!

    Sorry, change it to this.

    #main > .container_wrap:nth-child(1) {
      z-index: 2 !important;
    }

    Cheers!
    Elliott

    #461625

    Thank you, that worked.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Footer covering modal window’ is closed to new replies.