• schumi_rossi

    (@schumi_rossi)


    Hi,

    I am using your plugin on my website and it is working fine. But when i open the same site on chrome in android, there is only white space when menu icon is touched. No options is visible in the menu.

    Please help in resolving the same. Screenshot below

    View post on imgur.com

    Thanks.

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

Viewing 1 replies (of 1 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi schumi,

    Thanks for posting a link.

    It seems the slideout mobile menu is only compatible with the default theme menu, so our only option is to disable the slide out style mobile menu and display the standard MMM mobile menu instead.

    To do that, go to Appearance > Customize > Additional CSS and paste in the following:

    @media (max-width: 991px) {
      .mega-menu-primary .noo-main-menu {
          display: block;
          clear: both;
          float: none !important;
      }
      .mega-menu-primary .noo_menu_canvas {
         top: 31%; /* use this to position the search icon */
      }
      .mega-menu-primary .noo_menu_canvas .btn-navbar {
        visibility: hidden;
      }
    }

    Regards,
    Tom

Viewing 1 replies (of 1 total)
  • The topic ‘Menu fine on desktop but no menu item visible on android’ is closed to new replies.