Can I make logo smaller?
- The topic ‘Can I make logo smaller?’ is closed to new replies.
Need help? Check out our Support site, then
I want to make my logo smaller, but even when I upload a smaller image as the logo, it gets blown up to fill the header space. Do I just need to increase the blank space around the logo in the png I create?
The blog I need help with is: (visible only to logged in users)
Should have tried before I asked. It appears that adding that “buffer” space around the logo helped to shrink it. But if there is another way to go about it, I’d love to know. Thanks!
Hi,
Your blog is protected at the moment.
I am unable to see the logo of your blog.
However, please try and adjust the following css snippet.
.site-logo img {
max-height: 30px;
}
Thanks