Tagged: x Author Posts June 25, 2016 at 6:22 am #1059157 miket855Participant Hi, Is it possible to display burger menu on any width and not only on tablet and mobile? June 25, 2016 at 6:26 am #1059159 ChristopherModerator Hi there, Please add following code in Customize -> Custom -> CSS : @media (min-width: 979px){ .masthead-stacked .x-btn-navbar { display: inline-block; } .x-nav-wrap.desktop { display: none; } .x-nav-wrap.mobile.collapse { display: none; } .x-nav-wrap.mobile { display: block; } .x-nav-wrap.mobile.collapse.in { display: block; } } Hope that helps. Author Posts <script> jQuery(function($){ $("#no-reply-1059157 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In