Tagged: x Author Posts December 27, 2016 at 3:52 pm #1306272 MBParticipant Hi, We have a hamburger menu activate at max-width: 1200px but it is not opening until width is 768px. Please advise. Thanks, MB Vancouver Island Hiking Guide December 27, 2016 at 10:20 pm #1306679 LelyModerator Hi MB, Thanks for posting in. We need to also add the following CSS inside your media query: .x-nav-wrap.mobile.collapse.in { display: block; } Like this: @media (max-width:1200px){ .x-btn-navbar{ display:inline-block; float:right; } .x-nav-wrap.desktop{ display:none; } .x-nav-wrap.mobile.collapse.in { /*I have added this part inside the media query*/ display: block; } } Hope this helps. December 27, 2016 at 10:38 pm #1306691 MBParticipant [RESOLVED] Thanks Themeco! 😀 December 27, 2016 at 11:42 pm #1306725 FriechModerator We’re delighted to assist you with this. Cheers! Author Posts <script> jQuery(function($){ $("#no-reply-1306272 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In