Tagged: x Author Posts April 7, 2016 at 1:14 pm #871598 sonomacanopytoursParticipant Tried viewing on a few phones and only SOME of the dropdowns show – how can this be fixed? http://allianceredwoods.com/zipline/ Thanks! April 8, 2016 at 12:49 am #872360 RupokMember Hi there, Thanks for updating. It’s because you have forced the mobile menu to be fixed. .x-navbar-fixed-top { position: fixed; } It’s not supposed to be fixed on mobile. However in that case you can update your current code to following within the media query : .x-navbar-fixed-top { position: fixed; height: 400px; overflow-y: scroll; } Hope this helps. Cheers! Author Posts <script> jQuery(function($){ $("#no-reply-871598 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In