Doesn’t work on any of the mobile sizes, not sure why. Any suggestions? Thanks
You have to set your .navbar-2 to position: relative. Static is not working, because your child items (mobile menu, etc.) have an absolute position.
In addition, you have to add links to your mobile menu. Currenty it is empty and even with this fix I mentioned above, nothing will happen.
1 Like
Thank you SO MUCH Marius1989. Don’t laugh, but I thought the hamburger menu self-populated from the standard navbar. Must have missed something in the tutorial. Problem is solved!
I have a similar problem, I tried setting my navbar to position: retative after reading your response. My nav links are not dropping down on my two mobile sizes. What do I do?