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

    When our site goes to mobile dimensions, the menu now disappears.

    Any way to re-enable this?

    #903063

    Hi Chris,

    You have this css code in Quick CSS:

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

    Please remove this part of the code:

    nav.main_menu {display:none !important;}

    Hope this helps :)

    Best regards,
    Nikko

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