Page 1 of 1

Popup displays behind Navigation Menu

Posted: Sat Nov 24, 2012 6:03 am
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.

Posted: Sat Nov 24, 2012 8:43 am
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,

Posted: Thu Dec 06, 2012 8:34 pm
by flogger123
Hi Mike, I'm just wondering on how this turned up for you?

Posted: Sun Dec 09, 2012 12:40 am
by Tracey Bloom
flogger123 wrote:Hi Mike, I'm just wondering on how this turned up for you?
The fix worked perfectly. Thanks.