Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #737009

    Hi,
    I’d like to use the desktop fullscreen burger menu for mobile layouts as well. Is there a way to override the default breakpoint behaviour so it always uses the burger menu ?

    #737013

    Hey radugidei!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    .responsive.html_mobile_menu_tablet .main_menu .avia-menu {
        display: block;
    }
    #advanced_menu_toggle { 
    display: none !important; 
    }}

    Let us know if that works out for you.

    Thank you

    Regards,
    Basilis

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