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

    Hi!
    I have only 2 element on menu and would like to show the standart version of menu on mobile (Instead of a “burger”) – what css i should use for that?
    Thanks!

    #765561

    Hey!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #advanced_menu_toggle, #advanced_menu_hide { display: none !important; }
    .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, .responsive.html_mobile_menu_tablet #header_main_alternate {
        display: block;
    }
    

    Best regards,
    Yigit

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