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!
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!
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!
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.
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!