Hi,
Also replied here: https://forum.tagdiv.com/topic/overall-width-of-newsmag-theme-for-ads/#post-50968
I’m not sure what you want to do, if you need to use a banner image you can just use the div presented in our ads system guide here:https://forum.tagdiv.com/ads-system-full-guide/
If this is not what you need please provide more details on this and also provide your site’s url so I can inspect it.
Thanks
Hi,
I believe that happens because the theme doesn’t do anything on adrotate plugin’s shortcode it just renders it. Theme’s ad spot custom sizes apply just to adsense ad codes so if you use other than an adsense code there the theme interprets it like this: http://screencast.com/t/XeJBowpQ so you need to configure that ad from adrotate or find another way.
Thanks
Hi,
Sorry for the delay! We had a national holiday yesterday and had the day off.
I’ve tested this and managed to recreate your issue when using an image banner, you can try this custom css in theme panel > custom css section: http://screencast.com/t/0Tbrlaz3L
.single .td-a-rec-id-content_bottom img {
width: auto;
text-align: center;
display: inline-block;
}
Let me now if this still happens and we will fix this as soon as possible!
Thanks