Archived topic
Primary Navigation different menu item heights
1 reply · Started by Pascal on December 2, 2017
Viewing posts 1–2 of 2
Hi
I see its possible to change the item height generally. Whats the best way the make optical structure with different heights. I need just something like a line break, where now the "-" were placed.
Hi there,
You should be able to use the similar method here: https://docs.generatepress.com/article/adding-buttons-navigation/
Then instead of the CSS provided, it should just be:
@media (min-width:769px) {
.main-navigation .main-nav ul li.nav-button a {
line-height: 20px;
}
}
This archived topic is closed to new replies.