Archived topic
How to vertically align menu items to the horizontal line of the logo?
3 replies · Started by Carlo on June 20, 2021
Viewing posts 1–4 of 4
Hi there,
please see the link in the private info window.
How can I have the baseline of the letters of menu items aligned to the black horizontal line of the logo?
Thank you. All the best. Carlo
Hi Carlo,
Try this CSS:
@media (min-width: 1414px) {
.main-navigation .main-nav ul li, .menu-toggle, .main-navigation .menu-bar-item {
padding-top: 25px;
}
#masthead {
margin-top: -12x;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Maybe reduce the menu item line-height a bit at customizer > layout > Primary navigation to tweak the look.
Hi Ying,
it works :)
Thank you
Great!
You are welcome :)
This archived topic is closed to new replies.