Hi,
I’ve checked all the settings under the Theme Options but can’t seem to find the solution on why the responsive menu/burger is missing on this site: http://complit.cmsdev.ucr.edu. Could you please tell me what we did wrong here or why the burger/mobile menu is missing?
Thanks,
–Kelvin
Hey kelvinkmac,
Can you try adding the following to quick css:
@media only screen and (max-width: 767px) {
nav.main_menu {
display: block !important;
}
}
Best regards,
Jordan Shannon
The codes don’t seem to solve the issue. So, I decided to reset everything and start over and it now works. Thanks.
–Kelvin
