• Resolved Albert

    (@planetshaker)


    I want to expand the entire menu with all sub menus on mobile view. How to do that?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi Albert,

    The plugin isn’t really designed to do that, so you may run into issues, and it may be better to use a different system for your mobile menu.

    You can try this custom CSS (under Mega Menu > Menu Themes > Custom CSS) to expand the sub menus on mobile:

    @include mobile {
      #{$wrap} #{$menu} ul.mega-sub-menu {
        display: block !important;
      }
      #{$wrap} #{$menu} span.mega-indicator {
        display: none !important;
      }
    }

    Regards,
    Tom

    Thread Starter Albert

    (@planetshaker)

    Hi Tom, thanks, that already helped me!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sub Menus on mobile: Always expand’ is closed to new replies.