Archived topic
Changing the height of the navigations and menu-item independently
1 reply · Started by Shreedhan on February 6, 2020
Viewing posts 1–2 of 2
Is there a way to change the nav bar height independent of the menu item height?
e.g. So I can have a 100px high nav bar with a 60px high menu item to give the appearance of buttons on hover?
Hi there,
Can you try adding this CSS with your current setup?
body .main-navigation .main-nav ul li a {
line-height: 60px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
This archived topic is closed to new replies.