• Resolved YannickDeBock

    (@yannickdebock)


    Hi,

    On desktop everything is fine. But when I access the site on my smartphone, I don’t get a menu (even when I enable desktop version). When I scroll down I do see the shrinked header background, but no menu…

    Any idea how to fix this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter YannickDeBock

    (@yannickdebock)

    I currently implemented a temporary workaround by adding the following lines to additional css:

    @media only screen and (max-width: 480px) {
    .mobile-menu{
    display: block!important;
    }
    }

    As a result the menu is always on top of the page on mobile devices. But I want a menu toggle (3 lines icon) to show/hide the actual menu.

    Thread Starter YannickDeBock

    (@yannickdebock)

    RESOLVED: the mobile navbar button was disabled

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘menu does not work on mobile’ is closed to new replies.