Tagged: x Author Posts July 19, 2016 at 7:30 am #1093371 ApricitymediaParticipant Hi there, My site http://apricitymedia.co.uk has a menu bar going across the top. However when I view the website on my iPad, this menu bar turns into a menu icon, how can I keep the menu bar across all platforms? Many thanks, Theo July 19, 2016 at 7:53 am #1093401 JoaoModerator Hi There, Add the following code to Appereance Customizer Custom CSS @media screen and (max-width: 979px) { .x-nav-wrap.desktop { display: block important; } .x-btn-navbar, .x-btn-navbar.collapsed { display: none !important; } } Hope that helps Joao July 19, 2016 at 1:57 pm #1094013 ApricitymediaParticipant Hi, that made all menus disappear on mobile! Its just blank on there now? July 19, 2016 at 2:13 pm #1094030 JoaoModerator Hi there, My bad, there is a missing character in the code above: Please use this code instead. @media screen and (max-width: 979px) { .x-nav-wrap.desktop { display: block !important; } .x-btn-navbar, .x-btn-navbar.collapsed { display: none !important; } } Hope that helps, Joao Author Posts <script> jQuery(function($){ $("#no-reply-1093371 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In