Viewing 5 replies - 1 through 5 (of 5 total)
  • hannah

    (@hannahritner)

    Hey, try adding this to your custom css box in theme options:

    #mobile-nav-trigger {
    padding-bottom: 5px;
    width: 90%;
    margin-left: 8%;
    }

    Hannah

    Thread Starter bwhxeon

    (@bwhxeon)

    Thank you Hannah that worked for moving the menu up.

    Can you help with reducing the mobile dropdown menu width?

    hannah

    (@hannahritner)

    That code should work. Just decrease the width % and then increase the left margin % to keep it centered.

    hannah

    (@hannahritner)

    You can try this:

    .nav-trigger .nav-trigger-case {
    width: 75%;
    margin-left: 18%;
    }

    Thread Starter bwhxeon

    (@bwhxeon)

    Seems to work now on my phone. Must not have noticed while working on my computer.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Move tablet/mobile menu up and reduce mobile menu width’ is closed to new replies.