Remove Space (Gap) between text & ad

Posted in: Newspaper
Post count: 22

How i remove blank space between text and ad (top and bottom)in single post. (See screenshot.)
You can see my website in my profile.

  • This topic was modified 8 years by Anil.
  • This topic was modified 8 years by Anil.
Post count: 20688

Hi,

You could try a code like this for example
https://www.screencast.com/t/DiXHdjTKUx2

.td-post-content .wpipa {
margin-bottom: 0;
}
.td-post-content .wpipa .adsbygoogle {
margin-top:-50px!important;
}

Enter the code in Theme panel->Custom CSS section.

Thanks

Post count: 22

I removed .adsbygoogle from code. is that Ok?

Post count: 20688

Hi,

Yes that is fine, the code should work without it as well
https://www.screencast.com/t/ML7PnarWb

Thanks

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