Explain it with a link to your site/page where you find the problem.
Hi,
If you look on the sidebar of the link provided you´ll see that only the top half of the google ads are being displayed. I guess there is a change to be made in the css. Would that be correct?
Thanks!
http://www.mexchango.com/teflteachers
Not sure if you’ve already resolved this or just pulled them out but I am not seeing any Google ads in the link you provided.
Ok, thats strange, I´ve 2 on the sidebar below the translation menu and one in the footer widget.
Ah ok, I can see them in the DOM but they are not visible at all for me. The issue could be from using javascript in the text widget – I would take a look around for some plugins that allow you to do this.
Craig, I´ll look into that. Help much appreciated Thanks
I´ve used the enhanced text widget which allows javascript. I´m still only seeing the top half of the ads.
http://www.mexchango.com/teflteachers
there is something in the styles of your theme which might be causing the problem;
try and overwrite it with:
.widget iframe { height: 100%; }
if this does not work, please ask directly in your theme’s forum at http://wordpress.org/support/theme/sensitive
I changed widget iframe { height: auto } to { height: 100%; }.
This worked and now I can see the full ads.
Thanks all for the help!