• Resolved slipkorn20

    (@slipkorn20)


    Hello i have a problem with Hueman theme. Im trying to install other navigation menu like Ubermenu 3 or Mega Menu but i have problem with Responsive. On mobile devices menu not working becouse still Menu from Hueman are applied. How can i disable/hide Hueman menu on Responsive size like mobile phone. Please help. Im trying to fix it 3rd day now:(

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi slipkorn20. This css should hide the main menu container at the point that the menu collapses in the mobile view:

    @media only screen and (max-width: 719px) {
      #header #nav-header{
        display: none !important;
      }
    }
    Thread Starter slipkorn20

    (@slipkorn20)

    Thanks for message me back. Code is working but Ubermenu 3 are hiden too. Now on mobile i have no menus. Any ideas mate?

    Have no idea how Ubermenu works. Since it’s a commercial plugin you might check with the plugin author.

    Thread Starter slipkorn20

    (@slipkorn20)

    Ok i found a solution. I have install other plugin just for menu in mobile view. You can see how it looks now Thanks again mate, you helped me alot!

    Glad you got it fixed. If you don’t need any further assistance with this topic please mark it as Resolved. Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to hide/disable navigation menu in Responsive’ is closed to new replies.