Logo Size

Posted in: Newspaper
Post count: 5

For the Life News PRO Newspaper theme, Header Style 1, is it possible to make the logo box larger? Right now, I have the logo stretched as large as possible in the parameters provided (272×90 regular and 544×180 retina) and it still appears rather small in the header. Any guidance on how to make this larger, if possible, would be appreciated. Thank you!

Post count: 11

I too think the logo is quite small and would like to know how to enlarge it please?

Thanks

Post count: 21065

Hello!

If you are using the default header templates, then you can realize this with custom css.

Thank you!

Post count: 11

Please may we have an example of the code?

Many thanks

Post count: 21065

Hello!

Please provide me a link to your website page, so I can investigate more and give you the right code for your issue.

Thank you!

Post count: 11

Awesome thanks very much.

vanlifefantasy.com

Post count: 21065

Hello!

You can add in Newspaper -> Theme panel -> Custom code -> Custom css, this code:

.tdb_header_logo .tdb-logo-img-wrap img {
display: block;
width: 500px!important;
}

Also, you can change the value whatever you need on your website.
Hope that helps you!

Thank you!

Post count: 11

Thanks very much

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