• egexperiment626

    (@egexperiment626)


    Anyone know how to removed the drop down menu in the nav bar in the newest release of Adelle?

    Here’s the site I need to remove it from.

    Mom Gets Real

    TIA!

Viewing 1 replies (of 1 total)
  • wong

    (@wongpk)

    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.