Archived topic
Increase size of logo
5 replies · Started by Gareth on November 10, 2020
I cannot increase the size of the logo and it's driving me crazy. Is there a simple way to do it without having to mess about with CSS (I'm no designer and know dick all about CSS).
Why is there not a simple sizing tool in the customization> site identity section? Seems like lots of users have the same problem.
Hi there,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
See private info
Hi there,
when the Navigation as Header option or the Mobile Header is displayed; the logo gets it height from the Menu Item Height in Customizer > Layout > Primary Navigation.
Options:
1. Increase the Menu Item Height.
2. If you don't want the Menu Item Heigh affected then add this CSS:
.navigation-branding img,
.site-logo.mobile-header-logo img {
height: 80px;
}
Got it, thanks!
You're welcome