Logo padding

Posted in: Newspaper
Post count: 34

Hi,
Is there a way to remove the extra padding around our logo?
http://www.travelhippi.com

Post count: 20688

Hi,

That header template has a predefined height (130px), it could be reduced to the actual logo height with a code like this for example
https://www.screencast.com/t/ovbrUabt
This is the code used, if you should consider it a solution please enter it in Theme panel->Custom CSS section

.td-header-style-10 .td-logo-wrap-full {
min-height: 90px;
line-height: 90px;
}
.td-header-style-10 .td-logo-wrap-full .td-logo {
line-height: 90px;
}

Thanks

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