Tagged: x Author Posts September 15, 2016 at 2:34 pm #1177123 thelistenerParticipant Hi there! Here’s the link to the site I’m working on. I added this custom css to make the top bar sticky on tablet/mobile devices. Problem is that now it completely covers the nav bar. @media (max-width: 979px){ .x-topbar { position: fixed; top: 0; left: 0; width: 100% !important; } } I only want the topbar to be sticky on mobile. THANKS! September 15, 2016 at 8:43 pm #1177521 FriechModerator Hi There, Thanks for writing in! Please update your css code to this: @media (max-width: 979px) { .x-topbar { position: fixed; top: 0; left: 0; right: 0; } body.x-navbar-fixed-top-active .x-navbar-wrap {margin-top: 46px;} } Hope it helps, Cheers! September 15, 2016 at 9:20 pm #1177625 thelistenerParticipant THANK YOU THANK YOU THANK YOU! AND THIS IS WHY X RULES ALL! September 15, 2016 at 11:31 pm #1177705 Prasant RaiModerator Thanks for the good words. It means a lot to us. Feel free to ask us again. Have a great day! 🙂 Author Posts <script> jQuery(function($){ $("#no-reply-1177123 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In