Tagged: main menu
Hi – since allowing yesterday’s theme update, at a certain browser size there is now NO main menu :(
A while ago we did need to edit the file to alter when the full menu swaps out to mobile menu, and that was perfect, but now this problem since the update. HELP !!!
Thanks guys love to support, you’re legend !
Hi evtilsley!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) {
.responsive #header .main_menu ul {
display: block;
}}
I recommend you to go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px, so menu will not overlap your logo :)
Cheers!
Yigit
Perfect thanks Yigit as ever :)