Hi there guys, I have this problem. When I scroll down the page I get my main navigation bar overlay the website nav which is stickyed (I hope this is the right term).
http://divertente.klayz.com/ (just scroll the page)
In Firebug I can see that the CSS rule that define it is this one:
element.style { position: fixed; top: 32px; width: 1200px;}
If I change the value of “top:” it works. The problem is that I can’t find this rule in any CSS file that I’m currently using.
Oh, I just found that if I’m not logged in it doesn’t work at all (so probably you can’t see what I mean). So I did a video to let you understand (in the meanwhile I’ll try to figure out why it is working only when I’m logged in WP - if you have some suggestions they are appreciated )…