Archived topic
How to increase logo size
1 reply · Started by Jin on September 24, 2022
Viewing posts 1–2 of 2
Hi there,
You can try increasing the menu item width as suggested here:
https://docs.generatepress.com/article/navigation-as-a-header/#basic
Or add this CSS to remove the default top and bottom padding added to the logo image:
.navigation-branding img {
padding: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
This archived topic is closed to new replies.