Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #732874

    Hi,

    I was wondering if it was possible to have the full-width sub menu on a page appear as a burger icon (the way it does on mobile) when it’s displayed on a desktop size screen.

    Thank you for your help!

    #734402

    Hey Insight_PR,

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

    #top .av-submenu-container .mobile_menu_toggle {
        display: block;
    }
    
    #top .av-submenu-container .av-subnav-menu {
        display: none;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #749371

    Hi Nikko!

    The code almost worked. It created the burger menu as I wanted, but when I click on it on the desktop view, it doesn’t expand (nothing happens). Can this be fixed?

    Thank you!

    #749422

    Hi,

    Can you post a link to your site? so we can check it.

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.