I can figure out why my navbar wont work in mobile... Please Help!

Can anyone help me with this issue?

I have tried changing the position from static to fixed and relative but neither is working.

The menu button doesn’t open the nav menu in mobile.


Here is my site Read-Only: Webflow - Seek The Kingdom
(how to share your site Read-Only link)

Hi there,

The navigation menu’s functionality is controlled through interactions and elements settings, not through position properties. While position fixed and position sticky affect how your navbar stays visible during scrolling, the menu button’s open/close behavior needs to be set up using interactions in the Designer.

To ensure your nav menu works correctly:

  1. Check that your menu trigger button has the correct element ID
  2. Verify your menu container has interactions set up for both open and close states
  3. Ensure the menu container’s display property is set to “none” by default if you want it hidden initially

For detailed guidance on setting up responsive navigation, you can reference our documentation on position properties and navigation interactions.

Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.