Logo Spacing

Posted in: Newspaper
Post count: 38

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/)

Post count: 23312

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!

Post count: 38

Hi, sorry i wasn’t clear. The theme is resizing my logo, and it’s too small. I’d like it to be larger in that space. Is there a way to adjust how much the theme is resizing the logo?

Post count: 23312

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.

Post count: 38

Hi, using a layout like header 10 makes my header to large, ideally i’m hoping i can use the same header i am using, but can get some help with a little extra css from you to make the logo a little larger in that header?

Post count: 20688

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

Post count: 38

great, thanks that works well

Post count: 38

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?

Post count: 20688

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

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