Hello.
I'm using Adsense for my Osclass site. Some times there is no ad displayed, for reason related to zero advertizers for those pages.
But the space is there, empty/white. Is there anyway to not show empty space if there is no ad displayed?
Thank you
Hi and Welcome.
Try this css:
<style> ins.adsbygoogle[data-ad-status="unfilled"] { display: none !important; } </style>
Depending on your version of Osclass, put that in the extra css space of the theme or "Osclass Theme Customization:Your CSS" menu option.
Just check if it works right and doesn't create any issues.
Thank you. What could be wrong? What shall i check?
Thank you. What could be wrong? What shall i check?
Well, are ads displayed? All the pages seem ok?
Press F12 and check your browser console for errors ...
All seem ok, i inserted the style in the Theme Customization.
Many thanks