[Resolved] Menu Item Line Height

Home Forums Support [Resolved] Menu Item Line Height

Home Forums Support Menu Item Line Height

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1430125
    Tom

    Hello – I’m struggling to find the right CSS selector for the Contact Us menu item.

    I’d like to reduce the line-height so the border hugs the text more closely. Without changing the entire menu line-height.

    Appreciate your help!

    #1430136
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (min-width: 769px) {
        .main-navigation .main-nav ul li.menu-button a {
            line-height: 25px;
        }
    }
    #1430164
    Tom

    Perfect. Thank you!

    #1430905
    Leo
    Staff
    Customer Support

    No problem 🙂

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