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!
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