Kyle, do you know why it’s not automatically resizing the logo? I have the current version of the Neighborhood theme and have not made any edits to the CSS.
However, I did notice that if I set the following to “auto”, it sizes perfectly, but I am wondering if it will cause issues with the responsiveness of the theme:
#logo img {
height: auto;
}
The default for the height in the CSS is 150px.
I’m curious what’s the best way to accomplish the “fix”, with the CSS you posted above or the CSS I have here for the height?
Please let me know your thoughts.
Regards and thank you!