[Resolved] Decrease vertical spacing above mobile-only site logo and menu

Home Forums Support [Resolved] Decrease vertical spacing above mobile-only site logo and menu

Home Forums Support Decrease vertical spacing above mobile-only site logo and menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2060147
    Michael

    Hi. On mobile devices only, I want to decrease the vertical spacing between the site logo at the top and the hamburger menu (and Donate button) that’s below. Looked everywhere in Elements and Customize and Added CSS and could not find a way to tweak that. Please help! Thanks.

    #2060343
    David
    Staff
    Customer Support

    Hi there,

    you can reduce the height of just the Hamburger using some CSS:

    @media (max-width: 992px) {
        .main-navigation .menu-toggle {
            line-height: 58px;
        }
    }
    #2060863
    Michael

    Solved! Thanks!

    #2060896
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.