@zando85 there was some bug with styling:
After this:
#header-holder {
height: auto;
width: 100%;
min-height: 30px;
z-index: 80;
padding: 10px 0;
border-bottom: 1px solid #eaeaea;
}
add this in stylesheet:
.stuckMenu {
position: relative;
top: 0px;
}
Solved the problem for me
Hi,
I’m having the same problem as well in two of my pages (www.susirinkimai.com and http://www.focusingas.com)
And also my dropdown menu hides under the slider in http://www.focusingas.com when you open the site and when opening pages menu hides under the page part.