Disabling the Dropdown Menu on Small Screen Sizes

  • Posted in : Read WP
  • Sinclair
    Participant

    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.

    ahmetsali
    Keymaster

    Hi, try the custom css code below;

    @media (max-width: 767px) { 	
    	/* NAVIGATION */
    	.main-navigation div.selector { display:none; }
    	.main-navigation > ul { display: block;}
    }
    
    Sinclair
    Participant

    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
Login and Registration Log in · Register