Header Logo size / dimension Newspaper

Posted in: Newspaper
Post count: 5

Hello
I love your Newspaper theme but cannot, despite my trying to find solutions on the forum or via the documentation, seem to find the right CSS code or setting in the Theme Panel to resize my logo on the desktop browser or mobile browser. Please help!

http://investimpactly.org/

Post count: 23312

Hello investimpactly,

Please notice that our theme has a lot of header styles which uses logos in various sizes. For more information about our header style, please consult the documentation here -> https://forum.tagdiv.com/header-styles/
Also, you can use the code below and place it in Theme panel->Custom CSS area.

.td-header-style-1 .td-header-sp-logo img{
max-height: 150px!important;
}
.td-header-style-1 .td-header-sp-logo{
width: 320px!important;
margin: 28px 10px 0px 10px!important;;
}

Hope this helps!

Thanks for the message!

Post count: 5

Hi Catalin – it does! I see how you’ve coded it using !important and adjusting margins.
If we wanted to reduce the left blank spaces left of the logo, would you recommend adjusting padding or margin in the CSS code?

Post count: 23312

Hello investimpactly,

If you want to move your logo to the left you should use the margin-left:0. So, please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-header-style-1 .td-header-sp-logo img{
max-height: 150px!important;
margin-left:0;
}

The result is here -> http://screencast.com/t/bmwxXDAWOW

Thanks.

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