Viewing 1 replies (of 1 total)
  • 1- Activate Jetpack Custom CSS feature.
    2- Go to Appearance -> Edit CSS
    3- Paste in these code:

    @media all and (max-width: 680px) {
      .tinynav {display: block; width: 100%; margin: 0 auto; background: #fff;}
    }
    
    @media all and (min-width: 1025px) {
      .tinynav {display: none;}
    }

    Hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Removing Drop Down Menu’ is closed to new replies.