change logo size in header

Posted in: Newspaper
Post count: 12

I want to use Header type style 7 or style 8, but the size of the logo ist very small. Is it possible to change the logo size?

Best regards
David

Post count: 23312

Hello rockingfamily,

Below I gave you CSS code for both headers style used. I do not recommend to increase this with CSS because you can break your layout. In order to achieve the best result, I suggest using another header style with a bigger logo.

For header style 8
.td-header-style-8 .td-header-sp-logo {
width:300px;
}

For header style 7
.td-header-style-7 .td-header-sp-logo img {
width:300px;
}

Hope this helps!

Thank you for the message!

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