Navigation menu not working on PC?
-
Hi!
I’ve noticed that my site’s navigation menu on top has stopped working. As in, the words are there, but the links to those pages seem dead. It seems to work fine on mobile, where the menu is a pop-out side bar rather than a menu at the top of the page. Any idea on what might be going on?
Thanks a lot in advance!
Kind regards,
NastasiaThe blog I need help with is: (visible only to logged in users)
-
Hi Nastasia,
I can see that you are using a custom CSS to hide the page header on your home page (about page) by reducing its height. It seems like this page header is still present on the site, and it’s causing this overflow issue with the site menu.
Please replace your custom CSS with this one in order to hide the page header on your about page:
.page-id-8 .fullscreen-header { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }
Let me know if you have any additional questions.
Kind regards,
Taras -
-
- The topic ‘Navigation menu not working on PC?’ is closed to new replies.