Archived topic
Main Menu not working on Desktop view
1 reply · Started by Terry on January 5, 2019
I’m using GP Premium 1.7.7 and the main menu on the front page is not working on Safari, Microsoft Edge and Mozilla Firefox. The menu works on interior pages and mobile.
Please HELP!
Hi there,
Your Elementor section is sitting on top of the header, making it so nothing in there can be clicked.
The best thing to do is find why your Elementor section is doing that in the first place.
Alternatively, you can tell the site header to sit on top of the section so it can be interacted with:
.site-header {
z-index: 100;
}
Adding CSS: https://docs.generatepress.com/article/adding-php/