In tablet/mobile viewport the nav menu is appearing behind my hero header and button. I thought it might have been related to my z-index. So both the header and button are set to 1. What should my navigation menu be set to? I’ve tried higher values but none seem to work.
Some of the pages (for instance: Timeline > Today) have a white margin down the right hand side. I’ve checked my CSS for overflow : hidden issues but can’t see anything. Perhaps it’s something else that has triggered this layout?
Any help would be greatly appreciated!
Stay safe, stay inside, keep Webflow-ing.
Add a position: relative; z-index: 999 to the parent Navbar not the Nav menu.
Set the overflow to visible for Navbar as well.
Issue no. 2:
There are contents overflowing from your content/timeline section, hence the white gap.
Add overflow hidden for these content sections and that should fix it.
Hi. I’m having similar trouble and the solution mentioned above is not working for me. In mobile breakpoint alone, the relative elements in my page header is appearing above the mobile nav menu.