There are several common reasons why navigation buttons might disappear in Webflow:
Navigation buttons can disappear due to incorrect display settings, breakpoint issues, or z-index conflicts. First, check if your navigation buttons are set to “Display: None” in any breakpoint. Then, verify the z-index settings to ensure other elements aren’t overlapping your navigation. Also, confirm that your navbar component’s visibility settings are properly configured across all device breakpoints.
If the buttons are still not visible, inspect the navbar’s container settings to ensure it has sufficient width and height to accommodate the buttons. Sometimes, constraints or overflow settings can cause elements to be hidden unintentionally.
Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.