Is there a way to get a little less spacing around the logo? My client’s logo is rather large, and it’s looking a bit too small on the site https://www.westislandblog.com/newspapertheme/ (we’re switching from another theme to this one, and it looks way better on the old theme https://www.westislandblog.com/)
Hi,
I have checked your website but I do not saw any problem with your logo. That’s the normal theme’s behavior as you can see in our demo from here -> https://www.screencast.com/t/sKHmgCkxFPl
Thanks for the message!
Hi,
Check our list of header styles from here -> https://forum.tagdiv.com/header-styles/ As an instance, try using the Header style 10 which displays your logo in full width.
Thanks.
Hi,
I could give you a code to increase the height of the logo, and make it display in the full size in which it is uploaded – http://prntscr.com/mmksv8
.td-header-style-3 .td-header-sp-logo img {
max-height: 120px;
}
The code can be entered in Theme panel custom code, CSS section.
Thanks
Hi, when my client looked at the site for a review, she wants the logo even larger. I’ve change the code you gave me above to 140, and uploaded a new logo that size, but it’s resizing it again to 123 height. Is there a way to have it larger? not sure why the same css code doesn’t work, woudl seem logical that it would.
Also, is there a way to reduce the spacing above and below the logo in that header area?
Hi,
You could do something like this – http://prntscr.com/n0vtc4
Enter this one in the Advanced CSS in the desktop field, in the desktop field
.td-header-style-1 .td-header-sp-logo img {
max-width: none;
}
You could also check out the header builder, now you can design your header in the composer
– https://tagdiv.com/whats-new-in-newspaper-theme-9-5-update/
– https://tagdiv.com/newspaper-theme-customize-the-header-manager/
There are headers designed by us in the cloud templates section, these can be imported (and modified if needed) with the cloud library plugin
– http://prntscr.com/n0vylc
Thanks