My theme’s navigation menu bar is supposed to not fade when I scroll, but certain items on my sidebar will overlap when I scroll down. Can someone provide me the CSS code to make the navigation menu stable so when I scroll down images won’t cover it? Like I said not all images do just some sidebar widgets overlap onto the menu icons. My website is http://www.felinecreatures.com
I’m not seeing anything that’s covering the header, but generally if that’s the case, you would just assign a higher z-index value to it. Or a lower z-index value to the other things.
Css would just be:
z-index:xxxxxxxx;
Just add that to the element you wish to change[change the Xs to a number obviously 🙂 ].
Viewing 1 replies (of 1 total)
The topic ‘Fixed Top Menu’ is closed to new replies.