Comments Daniel started the conversationOctober 28, 2020 at 1:12pmthe mobile menu is blank. I see other people have had the same issue. Can you just send me the instructions on how to fix? Css code? 2,634Kevin repliedOctober 29, 2020 at 2:51amHi Daniel Add this css to adjust it at Appearance-> Customize-> Additional CSS@media (max-width: 959px) {#mega_main_menu.responsive-enable.mobile_minimized-enable> .menu_holder> .menu_inner> ul { display: block;}}thanks Sign in to reply ...
the mobile menu is blank. I see other people have had the same issue. Can you just send me the instructions on how to fix?
Css code?
Hi Daniel
Add this css to adjust it at Appearance-> Customize-> Additional CSS
@media (max-width: 959px) {
#mega_main_menu.responsive-enable.mobile_minimized-enable> .menu_holder> .menu_inner> ul {
display: block;
}
}
thanks