Reputation: 29
Thanks in advance guys. I tried searching for the solution but had no idea where to even begin wording it.
So I have a wordpress website . The navigation bar on the home page works for mobile and desktop but if you navigate to any of the sub pages that are available (blog, wedding registration) the nav bar items on desktop and mobile are rendered non clickable. Looking for some insight here. Never have I ran into this problem. I feel as if the click function is above the actual word, which makes zero sense to me.
Thanks in advance. Would post code but have no idea what I'm looking for.
Upvotes: 0
Views: 37
Reputation: 830
It seems that your main content is covering your menu thats why your menu cant click.. Try adding z-index:10
in your header with class site-header
.
Upvotes: 1