Disabling the Dropdown Menu on Small Screen Sizes Posted in : Read WP SinclairParticipant 15 March 2013 at 20:30 #4398 Hello, I’d like to keep using the same main nav across all screen sizes so as to not have it switch to the the dropdown on smaller screens. Thanks for your time. ahmetsaliKeymaster 15 March 2013 at 21:25 #4407 Hi, try the custom css code below; @media (max-width: 767px) { /* NAVIGATION */ .main-navigation div.selector { display:none; } .main-navigation > ul { display: block;} } SinclairParticipant 17 March 2013 at 15:44 #4472 Great, Thanks Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in and have valid license to reply to this topic. License required for the following item Read WP - Minimalist WordPress Blog Themeby pixelwars Login and Registration Log in · Register