Menu hidden by Gallery
-
Hi,
One the homepage of my site (http://laetitiadetarragon.wordpress.com), the menu doesn’t display correctly.
Under “Realisations” the sub elements are hidden by the slideshow.I have the css upgrade and did enter a line of code to make the slideshow background black…
Its the only page with this problem, the other pages display the menu correctly.
Thanks a looooooot for your help
Lea
The blog I need help with is: (visible only to logged in users)
-
Hi there, by setting the slideshow z-index to 1, you have moved it on top of the navigation. Set a z-index of 10 for the navigation such as this.
.main-navigation { position: relative; z-index: 10; } -
-
- The topic ‘Menu hidden by Gallery’ is closed to new replies.