Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    The following CSS will push the menu items down at mobile widths:

    @media all and (max-width: 899px) {
      #menu-primary {
        padding-top: 9em;
      }
    }

    You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

    Thread Starter jasonvincik

    (@jasonvincik)

    Thank you so much for the quick reply! That worked!

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How To Move Menu Down When in Mobile View’ is closed to new replies.