Menu Dropdown hidden behind gallery images
-
Using customized 2012 theme with a slide show gallery on the home page. One of the top menu items has a dropdown and it gets hidden/buried behind the gallery images. Not the background/frame, the actual images themselves. Site is dvms.ca
Any ideas?
The blog I need help with is: (visible only to logged in users)
-
Adding the following to your custom CSS should resolve this problem:
.main-navigation li ul { z-index: 9999; }Hope that helps! :)
-
Thank you justjennifer and siobhyb — problem fixed. Only needed to add a portion of the code you provided to what we already had:
.main-navigation {
position: absolute;
top: 325px;
z-index: 9999;
}
- The topic ‘Menu Dropdown hidden behind gallery images’ is closed to new replies.