Hamburger Menu not showing on ipad

Hi everyone,

I have a problem that my hamburger menu ist visible on chrome desktop but if I try to visit the site on my Ipad it don’t show up.

I checked if trigger devices is set to show on all devices

Any idears?


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

If your device is > 991px wide, then the mobile menu will not be triggered. This is a current limitation with the code WF CSS. You can override it with custom code. The pen I created below is an example of how to do it. Note: As soon as you go down the custom path you’re on your own, so to speak.

Important note: Mobile styles may need to be added manually to the CSS.

Thx that helped :slight_smile: