On this site I've resized the logo several times and it automatically enlarges the logo. It does vary depending on the display size, but regardless is too large. How do I make it stick to the true size of the graphic? the true size is 111x32px.
jcraft1 Hi The logo uploaded on site is 465x132px it is not small. You can set max width of logo by adding this code in custom css
.logo { max-width: 156px; }
Ninja Hmmm. perhaps I uploaded the wrong file. Should have been much smaller. But excellent help as always! Best Regards!
jcraft1 Yes logo image use to fill the container space you can keep the same file or add the code i suggested.
Regards