HS
Hannah S.
Original poster
Member
#1
I would like to enlarge the logo in the top lefthand corner of the navigation bar, however the CSS limits the logo size to 128×60. What code do I need to add or edit (and where) to change these restrictions? Thanks!
The page I need help with: https://www.seasonslaw.com/
ST
Spiracle Themes
Original poster
#2
Hi Hannah,
Thanks for reaching out.
First of all, try to add a lower resolution logo image ( currently it is 1000 x 470 px)
To change logo size, try the CSS below
header .custom-logo-link img {
max-height: 70px;
}
Copy and Paste it in Appearance -> Customize -> Additonal CSS
Note: you can increase/decrease the number 70 to adjust the logo size
Let us know if you have any questions
Best Regards