Archived topic
Resize logo
3 replies · Started by Jesus on September 27, 2020
hi, is there a way to put the logo that is at the top bigger? I can't find where to do it from.
Hi Jesus,
Can you link us to the site in question?
Normally, the logo can be adjusted through Appearance > Customize > Site identity.
But if your site has "Use header as navigation" enabled, the option to change the logo width disappears.
In this case, we use custom CSS.
You can try this out:
.navigation-branding img{
height:auto;
width: 100px;
}
Just change the width to the deserved size value.
This is my web: https://enfocateyemprende.com/
I see that you're using Marketer theme. Thanks.
Can you try adding the custom CSS provided on the previous reply?
Let us know if it works for you.