Mmm… It’s a problem with the layers on CSS:
Search line 1265, and add z-index: 100;, like this:
#access .menu-header li, div.menu li {
float: left;
padding: 0;
position: relative;
z-index: 100;
}
And then, with line 1272 Add z-index: 200;
#access .menu-header li a, div.menu li a {
display: block;
margin: 0;
width: 100%;
z-index: 200;
}
OK that did the trick! Thank You!
Curious though…did I do something that caused this, or is it a bug in the theme ? Want to know so if I screwed something up, I don’t do it again…
Only I think that there are many elements on the menu, and the theme was not intended for this.
😉