Tagged: menu
Hi-
The menu slides under the logo unless browser is full size. Also, happens with Ipad (menu under logo). It won’t kick into small screen menu until it’s about cell phone size.
Sarah
I didn’t see any update notice on the dashboard but I redownloaded the Enfold theme from themeforest and uploaded via FTP. No change.
Try adding this code to the Quick CSS:
@media only screen and (max-width: 1139px) {
.main_menu, #header_main_alternate{display:none;}
.container #advanced_menu_toggle, #advanced_menu_hide{display:block;}
#mobile-advanced{display:block;}
}
That will make the mobile menu toggle appear sooner.
Cheers!
Josue
HI Josue. I appreciate the quick response. I added it to the child theme in style.css. It worked!!!
Thanks very much,
Sarah
You are welcome, always glad to help :)
Regards,
Josue