Tagged: x Author Posts March 6, 2017 at 4:13 am #1395956 kobwebieParticipant I have a fairly standard nav which should be ok for desktop and tablet landscape but it keeps dropping to a second line even on desktop and laptops. How can I stop that? March 6, 2017 at 4:13 am #1395957 kobwebieParticipant This reply has been marked as private. March 6, 2017 at 4:37 am #1395979 Paul RModerator Hi, You can add this under Custom > Edit Global CSS in the Customizer. @media (max-width: 1300px) { body .x-nav-wrap.desktop { display:none; } body .x-nav-wrap.mobile { display:block; } body .x-nav-wrap.mobile.collapse { display:none; } body .x-nav-wrap.mobile.collapse.in { display:block !important; } body .x-btn-navbar { display: block; float: right; } } Hope that helps. Author Posts <script> jQuery(function($){ $("#no-reply-1395956 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In