Logo size
-
Hello!
Sorry to return so soon but our site is now good to go and we just got our logo. I realized the logo was making the nav bar enormous and was struggling to get the nav bar a good size
i found this article
and tried this css which cant be correct cuz
element.style {
}
img {
max-height: 50px !important;
max-width: 150px !important;
}while it fixed the logo, it made all the images on the homepage tiny like that across the website. what is the css part for the logo in the header only?
this is what it looked like before i undid it
Thanks!!
The blog I need help with is: (visible only to logged in users)
-
this… may have fixed it ?
div.site-branding{
max-height: 50px !important;
max-width: 150px !important;did i do it right or was there a better code?
-
nevermind :( it doesnt save when i do that and when i go back the code i entered is gone.
-
Hi Drew,
You can use this custom CSS to modify the size of your logo:
.site-branding .custom-logo { max-height: 40px; width: auto; }
Please let me know if you have any additional questions.
Kind regards,
Taras -
-
- The topic ‘Logo size’ is closed to new replies.