Increase Header Logo (default style)

Posted in: Newspaper
Post count: 68

Where do I go to increase the header logo size? and decrease the size of the padding around as theres too much space around it.

Thanks

Post count: 23312

Hello andantesash,

Unfortunately, we do not recommend to increase/decrease the logo size because you can damage the layout of the theme. For header style 1, please notice that if you want to increase the size of the logo, then you need to remove the ad container because it will fall under the logo and display a big empty space. As example, you can use the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-header-style-1 .td-header-sp-logo {
width: 350px;
height: 150px;
}
.td-header-style-1 .td-header-sp-logo img {
max-height: 150px;
width:350px;
height:150px;
}

Also, please notice that after these changes to the logo, you need to do some additional customizations for best results.

Hope this helps!

Thank you for the message!

Post count: 68

Thanks, although there is a larger padding above and below the logo now. How do I remove this?

Post count: 23312

Hello andantesash,

Please provide your website URL so I can further inspect it closer and also, so I will be able to provide a more accurate code.

Thank you for the message!

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