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

    Hello. The mobile hamburger menu has disappeared from our site. Can you assist in getting it to show back up?

    #1007346

    Hey 4colorflyers,
    The mobile menu was being hidden by some custom css in your custom css plugin, on line 279 – 286:

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

    I commented it out for you.
    Please clear your browser cache and check.

    Best regards,
    Mike

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