• Resolved teknoge3k

    (@teknoge3k)


    I just installed the plugin on my page. I have 2 menus, 1 on each side of my logo. When I went into the settings to hide the menu on mobile, it hid the first menu but not the second. I cannot find anywhere to hide the second mobile menu. If you look at my site on a mobile device as well as a PC, you’ll see what I am talking about.

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

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

    (@megamenu)

    Hi teknoge3k,

    Please go to Appearance > Customize > Additional CSS and insert the following:

    @media only screen and (max-width: 768px) {
      #trawell-header #mega-menu-wrap-trawell_menu_primary_1,
      #trawell-header #mega-menu-wrap-trawell_menu_primary_2 {
          display: none;  
      }
    }

    Regards,
    Tom

    Thread Starter teknoge3k

    (@teknoge3k)

    Perfect! Thanks Tom, the help is greatly appreciated. Have a great day.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile menu not hiding’ is closed to new replies.