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.

Right way to automatically display mobile menus

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9013
    DieterKK
    Participant

    Hello,

    i am a new user and just can’t find a way to automatically display mobile menus on devices like the iPhone.

    With Chrome I automatically see the mobile menus in a small window. But on mobile phones the normal menu is always displayed.

    Config 1:1 as described on the website.

    What’s the mistake?

    Thanks

    #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!

    #9015
    DieterKK
    Participant

    Perfect, thanks. That was the solution 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘1.1.x’ is closed to new topics and replies.