• Hello,

    How can i disable the desktop menu and replace it with the mobile one?
    So that the mobile version of the menu (hamburger icon) is also shown on desktop version.

    I already managed to hide the desktop version and always show the icon, but on desktop it would not open the menu.

    // Always show the mobile icon
    .mega-menu-toggle {
    display: flex!important;
    }

    // Hide the desktop menu
    @include desktop {
    #{$wrap} #{$menu}{
    display: none;
    }
    }

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Always show hamburger (mobile)’ is closed to new replies.