Your Webflow navbar may not respond properly on mobile landscape breakpoints if it's not configured to adapt at that size. You can fix this by adjusting styles and behavior for that specific breakpoint.
1. Check the Mobile Landscape Breakpoint
- Open your Webflow project, then click the mobile landscape device icon in the top toolbar to view styles at that breakpoint.
- This allows you to see how your navbar behaves specifically on devices in horizontal orientation.
2. Adjust the Navbar Display Settings
- Select your navbar element in the Navigator or on the canvas.
- Go to the Style panel and ensure the navbar wrapper and menu are styled correctly:
- Display behavior: The menu may need to be set to Flex or Block when opened.
- Overflow should generally be set to visible or auto, depending on design.
- Check that “Menu Button” (hamburger) is visible when the viewport is small. If it’s hidden due to custom styles, re-enable it.
3. Customize Layout for Mobile Landscape
- Reduce or adjust padding, margin, and font sizes so the navbar content fits within the screen width.
- If your logo or links are too large, scale them down using font size, width, or flex wrap.
- Ensure the navbar container has a suitable max width or width: 100% to prevent overflow.
- Click on the menu button (hamburger icon) in the Designer.
- With the menu open, adjust the Dropdown menu's positioning or height so it's visible and usable.
- If positioning issues occur on landscape, try setting the menu position to absolute-top or relative, and constrain its width.
5. Test Interactions and Open States
- While in the Designer, click the menu button to simulate opening the navbar in mobile view.
- Observe how it expands. Use the Navigator panel to troubleshoot visibility or overflow issues.
- If using interactions, verify they trigger correctly on smaller breakpoints.
Summary
To make your Webflow navbar responsive in mobile landscape, adjust styles at that specific breakpoint, ensure the menu button is visible, and the menu expands correctly. Reduce element sizes if needed, and test the open/close behavior directly in the Designer.