Submenu points under slider

Latest Reply from bjoernhinkel at 2014-02-14 08:10:09 Solution
I have add a submenu on top menu but the subpoints under the slider,
what can i do ?

Need help
Hi!
Could you give us an URL of your website?
http://www.bdhphotography.de
Anyone an idea ?
The Problem is under the point "Galerie"
Support ???
Hi!
Please find following option in the style.css:

#secondarymenu-container {
height: 123px;
}

and change it to:
#secondarymenu-container {
height: 123px;
position: relative;
z-index: 50;
}
Thanks it works.

in style.css was the line:

#secondarymenu-container {
height:123px;
position:relative;
z-index:11;
}

and i change this to z-index:50

Leave a reply

Add codeAdd image