Hi
The main navigation 'sub' menus are falling behind the home page slider and the titles on each page. Is there a bit of code I can add to correct this problem.
Thanks
Hi
The main navigation 'sub' menus are falling behind the home page slider and the titles on each page. Is there a bit of code I can add to correct this problem.
Thanks
Can you post a link to your homepage please. My guess is that you need to increase the z-index value of the dropdown list but I'm not sure. You can try to add following code to style.css:
#top .nav ul {
z-index: 20;
}You must log in to post.