Hi support,
I have tried to follow your instructions in the theme panel regarding the size of the logos, however they are being cropped. Even when I am trying to make the logo smaller, then they are being cropped too. And it doesn’t look good.
I am using the default demo.
Thanks.
/TW
Hi,
It is true that most predefined header styles have a recommended size for the logo
– https://forum.tagdiv.com/logo-favicon/
But the logo image shouldn’t be cropped, that could happen if you upload a thumbnail instead of the full size – http://prntscr.com/mk1sng – http://prntscr.com/mk1vk1
If that is not the case I could take a look at it, please post a link to the website.
Thanks
Try to override that max-height, this would be needed in order to display a bigger logo.
Enter this code in the custom CSS section of the theme panel
.td-header-style-8 .td-header-sp-logo img {
max-height: none!important;
}
Then the logo image will not have a max-height. Or instead of none, use a different. bigger max height value.