The menu is staying the same no matter the size of device. Please help me fix it. Thanks.
Hello @AVNetwork,
Thanks for writing in! You are using the Navigation Inline element. This is only good for desktops. For mobile menu, you will need to use Navigation Dropdown element or other element like collapsed or layered.
You can then show or hide this navigation element by utilizing the “Hide During Breakpoints” feature. Check out this documentation:
Hope this makes sense.