Disable Header Ad

Posted in: Newsmag
Post count: 11

Hi,

I don’t want the ads on the header, and there is no content set for ad as well. Still there is space between the menu and the header? For more info check the url: http://www.kabir.org/

Thanks!

Post count: 11

Any help please?

Post count: 23312

Hello devkabir,

If you do not want to use the header ad, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

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

The result is here -> http://screencast.com/t/JsztP4Ao4VaZ

Thanks for the message!

Post count: 11

This worked for the space, but it took away the menu with it. I only wanted to remove the space between menu and header.

Post count: 23312

Hello devkabir,

Are you referring to this space? -> http://screencast.com/t/dbG8fiqaxO If you want to remove that space, you should use the code below and place it in Theme panel->Cusotm CSS area.

The code is ->

.td-header-sp-ads {
margin-bottom:0;
}

The result is here -> http://screencast.com/t/s4mLd54vu

Thanks for the message!

Post count: 11

Hi,

See the attached screenshot

http://www.kabir.org/wp-content/uploads/2016/12/Screen-Shot-2016-12-20-at-6.12.36-PM.png

I don’t want any space for the header, I want the website to look like the one shown in the screen shot i.e, no space between menu and header.

Post count: 23312

Hello devkabir,

Try the code below and place it in Theme panel->Cusotm CSS area.

.td-header-sp-ads{
display:none!important;
}

The result is here -> http://screencast.com/t/30b2YxDQWfZa

Thanks for the message!

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