nav-trigger (burger icon) only appears on tablet and below, and doesn’t override desktop behavior.Your desktop/tablet nav menu disappears in preview mode likely because the navigation element is set to be conditionally hidden based on screen size and Webflow's built-in mobile navigation functionality. When the nav-trigger (burger icon) is present, it's likely overriding the visibility styles of the full menu.
nav-trigger) appears.nav-trigger is clicked.nav-trigger is hidden.
If this behavior is overridden or custom classes interfere, it can cause display issues.
Nav Menu).nav-trigger (burger menu) only appears on tablet and smaller, and is hidden on desktop.
Nav Menu-related triggers.display: none settings that are accidentally targeting the nav menu.
nav-trigger’s action toggles the menu (Webflow uses Menu Button element connected to the Nav Menu div).
Nav Menu) to Display: Flex for all breakpoints, to visually debug in Preview mode.
Your nav menu likely disappears in preview mode due to Webflow’s default responsive behavior tied to the nav-trigger. Make sure the display settings are correct on each breakpoint, and that no styles or interactions are hiding the menu unintentionally. Keep both elements by ensuring the nav-trigger only shows on mobile/tablet and the nav menu displays properly on desktop.