Archived topic
Menu Item Line Height
3 replies · Started by Tom on September 3, 2020
Viewing posts 1–4 of 4
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!
Hi there,
Try this CSS:
@media (min-width: 769px) {
.main-navigation .main-nav ul li.menu-button a {
line-height: 25px;
}
}
Perfect. Thank you!
No problem :)
This archived topic is closed to new replies.