Hi
I recently updated to the latest version and the burger mobile menu seems to have stopped working on small screens.
I’ve deactivated all the plugins and cleared the caches, but this doesn’t seem to have fixed the problem.
Can you advise?
kind regards
Duncan
Hey Duncan,
You have following custom CSS code
@media (max-width: 1200px) {
nav.main_menu {
display: none !important;
}}
Please remove it and flush cache on your caching plugin
Best regards,
Yigit
bingo!
forgot I’d added css to the child theme :)
many thanks
Duncan