Hi, I’m having issues with webflow’s native nav component. On mobile breakpoints - The nav men does not appear and instead stretches the container creating an odd layout. Does anyone have any idea what his could be? it’s causing the navbar to be unusable when published. Any help would be great. Here’s my read-only link
Hey there, the reason your mobile nav doesn’t appear on mobile is because you have overflow set to hidden, so the nav menu that is supposed to drop out of the container (the one with overflow set to hidden) can’t be seen. Change this to overflow visible, and also make the position relative: