• Resolved WanttogetWPtowork

    (@wanttogetwptowork)


    For large screens, all is good.

    When the screen gets small, for a tablet or phone, then the menu is sitting on top of the Site Title and the Site Title is partially (or fully) not visible. I would like the menu to appear below the site title (or above) in these cases.

    Any help appreciated!

    Thanks,

    Laura

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi Laura,

    Please go to Appearance > Customize > Additional CSS and add the following:

    @media screen and (max-width: 50em) {
      body .main-navigation {
          position: relative;
          top: auto;
          left: auto;
          right: auto;
          margin-bottom: 3.3em;
      }
    }

    Regards,
    Tom

    Thread Starter WanttogetWPtowork

    (@wanttogetwptowork)

    Perfect. Thanks,

    Laura

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Small Screens, Menu on top of Site Title’ is closed to new replies.