Hello!
A few months ago, I was having a problem with the header menu text not displaying correctly when the site was displayed on a tablet in landscape view (the logo was getting covered with menu text). It was recommended by your staff to add the following code, which I did:
@media only screen and (max-width: 1024px) {
nav.main_menu {
display:none !important;
}
#advanced_menu_toggle, #advanced_menu_hide {
display:block !important;
}
}
This actually did fix the tablet landscape menu text problem, but I now realize that it deleted the burger and search icon for the site when being viewed on a mobile device. I have since deleted this code.
However, I would like to know how I can please correct the header menu text covering the logo when viewing the website on a tablet in landscape?
Hey,
Please refer to this post – https://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/
Best regards,
Yigit
Thank you! This one worked!
Perhaps you want to delete the old thread because the CSS there seems to have deleted the burger entirely from mobile devices.
Hi,
Thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Good to close, thank you for your help!