Remove gap below top menus

Posted in: Newspaper
Post count: 7

I don’t want to use a logo but cannot get rid of the gap below box-2 topmenus; where the header ad might go. I have the header ad turned off too.

Thanks,

singlegadget.com

Post count: 23312

Hello zanesavage,

If you want to get rid that white space from your header style, please notice that you have to use a bit of CSS code to do that.

The code is ->

.td-header-header {
display:none;
}

The results -> http://screencast.com/t/0HeKBox5

Please notice that, on the future you will want to add a logo or a header ad, you will have to disable this option from your Custom CSS area.

Thanks.

Post count: 7

Thank you. However, I’m still seeing a gap between menu and slider revolution after removing news ticker.

Any idea?

Thanks again

Post count: 23312

Hello zanesavage,

Please try the code below ->

.home .td-main-page-wrap{
padding-top: 2px!important;
}

Thanks.

Post count: 7

Awesome! that worked, thanks.

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