Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #892656

    Hi,

    I am setting up a mega menu and i would like to “not show” the Enfold hamburger menu when making the website adaptive. This keeps showing when making the website less width.

    #892737

    Hey Michael,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:959px) {
      .ubermenu, body .ubermenu, 
      .ubermenu.ubermenu-responsive-default, 
      .ubermenu-responsive-toggle, 
      #megaMenu {
        display: block !important;
      }
    
      #shiftnav-toggle-main {
        display: none !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #892825

    No i am sorry, it keeps shwoing up > https://we.tl/XqdWSkFKcj

    #892834

    Hi!

    I cannot see burger menu on your website. Please hard refresh your browser and flush cache in WP Fastest Cache settings :)

    Regards,
    Yigit

    #892835

    Hi Yigiyt,

    If you make the screen smaller, then the offiginal hamburgermenu of enfold will appear i think it is bout 989 px wide then it shows…

    #893124

    Hi,

    I can’t see that on my end either so I think you are getting cached results, did you try an incognito window using Chrome?

    Best regards,
    Rikard

    #893159

    Thanx guys. I fixed it by setting the uber menu on a 1024. This is fixed!

    Thanx for your effort!

    #893235

    Hi,

    Glad you figured it out! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Don't show hamburger menu’ is closed to new replies.