Why is the logo being cropped?

Posted in: Newspaper
Post count: 112

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

Post count: 20688

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/mk1snghttp://prntscr.com/mk1vk1

If that is not the case I could take a look at it, please post a link to the website.

Thanks

Post count: 112

Hi Simion,

I am uploading the logo in full size, however when investigating the css, then I can see that “max-height: 86px;” is activated. How do I remove this?

Thanks 🙂

/TW

Post count: 20688

Hi,

What header style are you using? Maybe that is how the header style displays the logo, how it’s design is made. Let me know.

Post count: 112

Style 8

Post count: 20688

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.

Post count: 112

Thanks, it worked fine 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.