Hey-
I used a template, and my nav bar opens on tablet and horizontal mode but when i try to click the links in the nav it just closes the nav bar and doesn’t open a new page. It all works fine on desktop and mobile.
Any help greatly appreciated!
Hey-
I used a template, and my nav bar opens on tablet and horizontal mode but when i try to click the links in the nav it just closes the nav bar and doesn’t open a new page. It all works fine on desktop and mobile.
Any help greatly appreciated!
Hello @Agrex, welcome to the community!
your links are not being clickable because your Nav Menu Wrapper has a z-index of -1, in mobile portrait mode the z-index is 0, and it work fine there. So just adjust your z-index on the tablet breakpoint from -1 to 0 and the links should work again. I hope this helps!
That has immediately fixed it, thank you for the welcome and thank you for solving something I have spent HOURS trying to figure out myself.
The issue may be due to a z-index
or CSS conflict, where elements overlap the nav links. Check if any element (like a mobile menu toggle) is covering the links, and ensure proper media queries and event handling are applied to prevent interference.