Tagged: header menu, mobile menu
Hi.
I just changed the setting for the mobile menu on tablets and smartphones, but it doesn’t show (tested on computer with Google’s Inspect Element mobile, and on my actual iPad). I’ve tested in many different browsers so, from what I can see, it’s not a caching issue. I’d like the hamburger to show on all mobile devices since my logo is long and overlaps with the regular menu.
Thank you.
PS – the logo is disabled for the home page.
Hi Veronica!
Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px.
Best regards,
Yigit
That’s what I meant by “I just changed the setting for the mobile menu on tablets and smartphones”. I’ve already done it and it’s not fixed anything.
Hi!
Can you please firstly update Enfold to the latest version 3.2.3 – kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Yigit
That was a good catch. My API wasn’t running. I’ve done so, but it seems that it didn’t help.
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 1024px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
}
Regards,
Rikard
Much better – thank you!