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

    Hey pursuit1,

    I checked your site and the main menu turns to a compact hamburger menu just before the menu items run into logo.

    The logo does re-size fine on my end on Windows and chrome.

    If you still have an issue please use the below code in Quick CSS section

    NOTE: Adjust the max-width value to be same width as just before the menu items run into the logo.

    @media only screen and (max-width: 1024px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }

    Best regards,
    Vinay

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