Remove drop down menu in mobile

  • Unknown's avatar

    I want to have the site title above an expanded menu in the mobile screen. Does anyone know how to do this using CSS? The menu goes into dropdown mode in mobile, and I would like to remove it so that it displays horizontally.

    Any help is appreciated.

    site: passmedical.org

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Was able to remove dropdown using this code:

    .menu-primary {
    display: block;
    }

    However, the alignment looks terrible when you make the browser more narrow, and also on mobile. Any suggestions?

  • The topic ‘Remove drop down menu in mobile’ is closed to new replies.