Header white space

Posted in: Newspaper
Post count: 22

Hello,

There is a blank space on the header between logo, menu and top bar on my website: animal welfare.org .
I want to eliminate the white space on the header.
On the theme panel there is not an option to do it.
Is there any other way to have no space between logo, menu and top bar?

Best regards

Post count: 20685

Hi,

Enter this code in Theme Panel->Custom Css, it will eliminate the white spaces

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

The result with the code loaded – http://screencast.com/t/hU1yZeQX15sK

Thanks

Post count: 22

Thank you very much.
Code worked.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.