Header style no 9

Posted in: Newspaper
Post count: 98

Hello,

I play around with header styles and I am interested to use number 9. But I try to make a smaller logo.

I’m using next code:

.td-header-style-9 .td-header-sp-logo img {
max-height: 100px!important;
}

But his lower just image.

I teseted

.td-header-style-9 .td-header-sp-logo {
max-height: 100px!important;
}
too but without results.

How can I make a smaller <td> for logo image?

Post count: 22421

Hello Nicolai,
The style you use (9) uses the full logo (it does not re-size your image). To decrease the size, you can simply edit the logo in any photo editor and decrease the image size.
Alternatively you can use css to do it:
.td-logo{
width:60%!important
}

I hope this helps.
Thank you!

Post count: 98

Hi,

Your proposal just lower logo size but not the logo area (band) height. The result is a smaller logo in same height black band.

Post count: 22421

Hi,

In order to shrink the logo container you will need to play with these 2 values until they fit your logo size:
.td-header-style-9 .td-logo-wrap-full {
min-height: 50px!important;
line-height: 70px!important;
}
.

Thank you!

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