Spacing bug when Ads are disabled

Posted in: Newspaper
Post count: 48

Hello

When I disabled inline article ad in desktop, It has appeared a small blank. See capture 1

http://www.cambiatufisico.com/1.png

And when I disable custom article ad in desktop (I use a shortcode to place it above featured image in mobile devices) it has appeared a big blank.

http://www.cambiatufisico.com/2.png

Also, this top article ad is too close to post meta in mobile devices…

You can check in http://www.cambiatufisico.com/no-abuses-de-las-tecnicas-de-alta-intensidad/

Any solution?

Post count: 7909

Hi,

I have added this on our to do list and it will be fixed as soon as possible.
Please try this fix for your issue, add this css code in Theme Panel > Custom Css for custom ad issue:

.single .td-g-rec-id-custom_ad_2 {
margin-bottom: 0 !important;
}
.single .td-g-rec-id-custom_ad_2 .adsbygoogle {
margin-bottom: 20px !important;
}

And this css for inline ad:

.single .td-g-rec-id-content_inlineleft {
margin-right: 0 !important;
}
.single .td-g-rec-id-content_inlineleft .adsbygoogle {
margin-right: 21px !important;
}

Hope this helps!

Post count: 48

The spacing is ok now, thanks!!!

Great support!

Post count: 48

Hi Alin

The issue is still in new version of Newspaper. Just to remind you.

Regards!

Post count: 7909

Hi,

Yes, we know about it, I just asked the developers about it and they will try to find an accurate solution for this, so we need some time. Sorry for inconvenience!

Thanks for the message!

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.