Popup displays behind Navigation Menu

Best Wordpress plugin to engage your users and collect their email. You can use header alerts, popups, or exit pages, and it works with any popular emailing service such as Mailchimp or AWeber
Mike Ray
Junior Member
Posts: 1
Joined: Sat Nov 24, 2012 3:55 am

Popup displays behind Navigation Menu

Post by Mike Ray »

I'm using TheSource theme from Elegant Themes and part of the popup is displaying behind the upper right navigation menu. The theme has two menus: The main navigation menu and the upper right menu. The popup is working fine and displaying in front of the main navigation menu. I am only having issues with the upper right menu.

You can see the website at: northcarolinamusichalloffame.org.
Jean-Christophe Bisoux
Posts: 283
Joined: Tue Feb 28, 2012 10:36 am
Location: Canillo, Andorra

Post by Jean-Christophe Bisoux »

Hi,
If you can change in the file http://northcarolinamusichalloffame.org ... /style.css at line 89

Code: Select all

#page-menu { position: absolute; top: 35px; right: 0px; z-index: 1005; }
by

Code: Select all

#page-menu { position: absolute; top: 35px; right: 0px; z-index: 1001; }
Everything will be OK

Regards,
flogger123
Member
Posts: 35
Joined: Thu Jan 26, 2012 7:43 pm

Post by flogger123 »

Hi Mike, I'm just wondering on how this turned up for you?
Tracey Bloom
Junior Member
Posts: 1
Joined: Sun Dec 09, 2012 12:34 am

Post by Tracey Bloom »

flogger123 wrote:Hi Mike, I'm just wondering on how this turned up for you?
The fix worked perfectly. Thanks.
Post Reply