Archived topic
How to increase header height
3 replies · Started by John on October 27, 2019
Viewing posts 1–4 of 4
Hello
How to increase header height.
Seems, there is no top/bottom margin/padding for logo.
Thanks
Hi there,
Try this CSS:
.main-navigation .main-nav ul li a img {
padding-top: 10px;
padding-bottom: 10px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Added but still, seems menu and search icon top/bottom are not equal.
Hi there,
add this CSS to vertically align the menu and search icons:
@media (min-width: 769px) {
.main-navigation ul {
align-items: center;
}
}
This archived topic is closed to new replies.