Unwanted White Space bw Header Menu-Hero Unit

Posted in: Newspaper
Post count: 7

I’ve a travel specific site for Jaipur India where I’ve custom designed the homepage using the TD Composer. I’ve one issue with the Header. Right under the top Dark Menu, there is a blank White Space between the Hero unit and Menu. I’ve struggled a lot to find a fix for it. Can you help fix it? TIA.

Post count: 44

I can’t figure out where that is coming from myself either.

Post count: 20688

Hi,

That is the page padding top, it is coming from the theme – http://prntscr.com/mkfrrb
One way of removing it is with CSS – http://prntscr.com/mkfstd

.home .td-main-page-wrap {
padding-top: 0;
}

Thanks

Post count: 7

Thanks for quick update. Just a concern, is it going to remove the header space from homepage or all pages and posts?
I’ve two such pages where this white space concerns me and that’s where I wish to remove it.

Post count: 20688

Only in the homepage, for all the pages it would be like this

.td-main-page-wrap {
padding-top: 0;
}

I could make it to apply for the homepage and that other page if needed, while the rest will be unaffected.

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