Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: Right way to automatically display mobile menus

Home Forums Latest release 1.1.x Right way to automatically display mobile menus Reply To: Right way to automatically display mobile menus

#9014
admin
Keymaster

Hi, you are most probably missing a viewport meta tag if you see the desktop menu on mobile devices. Just make sure this tag is added inside the <head> section on your pages:

<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

If you are still having any issues after that, please post some kind of demo URL and I will check it.

Cheers!