With the new release you changed some of the code concerning the menus again.
I had my site customized with the normale menu showing in all the responsive layouts and the mobile menu was hidden.
Now you changed some menu code again and I had to tweak layout.css to make my normal menus appear on the mobile sites.
Could you please tell me which css tags control the mainmenu and the mobile menu in all the responsive layouts?
I would just want to use the code in my child theme without touching the original theme.
Hey lichterpark!
Please add following code to Quick CSS
#advanced_menu_toggle { display: none !important; }
@media only screen and (max-width: 989px) {
.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!important;
}}
If that does not help, please post the link to your website
Cheers!
Yigit