Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #579076

    What code should I us to make this website menu responsive so it does not overlap with the menu?

    #579088

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.