Main menu not working properly

Latest Reply from ronwan at 2013-12-10 07:31:57 Solution
Hi all,
I use the ExpoSure theme and like it very much.
I am having trouble with the main menu though.

There are 2 menu-items that both link to a different page but when i click on them they both direct to the same page; the page that is set as Home.
The menu-structure in 'Appearance' looks good to me.

The website is: http://www.goquidditching.com/

I have set the 'What is Quidditching'-page as static startpage.
But, when I click on 'More Quidditching Pictures' in the main menu I am directed to 'What is Quidditching' as well.

The Top-Menu works fine by the way, but I prefer the main menu.

Can you help me with this issue please?

Thank you

Regards,
Ron
Hi, there!
This is caused by your logo. It overlaps the main menu. To fix this you have to replace the code:
	#header-block {
position:relative;
}

with:
	#header-block {
position:relative;
z-index: 19;
}

in the file style.css.
Hi Alice,
Thanks !! That solved it.
I appreciate the very fast support !!!

Regards,
Ron

Leave a reply

Add codeAdd image