What code should I us to make this website menu responsive so it does not overlap with the menu?
Hey alex5252!
Add this to your custom CSS.
@media screen and (max-width: 1200px) {
nav.main_menu { display: none !important; }
#advanced_menu_toggle { display: block !important; }
}
Best regards,
Elliott