Forum Moderators: martinibuster

Message Too Old, No Replies

Mobile Anchor Ad Position

         

MonkeyPantz

7:33 am on Mar 12, 2018 (gmt 0)

5+ Year Member



I noticed that the mobile anchor ad is now mostly placed on top of my website ( on mobile ) covering up the top header menu. Is there a way to place the anchor ad at the bottom instead of the top of the website?

MonkeyPantz

7:52 am on Mar 12, 2018 (gmt 0)

5+ Year Member



Actually found the answer, for anyone else who might wonder this does the trick for auto ad placement. Simply add " overlays: {bottom: true} "

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-123456789",
enable_page_level_ads: true,
overlays: {bottom: true}
});
</script>