(written by annasus)
Hi!
This is my first time posting in the forums and I’m not sure if this is the right place to post this question so hopefully someone can help.
I have posted two of them on my site, but they only seem to work on mobile – not my larger desktop screen. I can’t for the life of me figure out why and it’s driving me kind of crazy.
(If you’re curious, here are the instructions).
This is the general ad unit that’s created for us – it’s the big banner that people put a the top or bottom of their page. I am using it at the bottom of my pages.
You can see it on the site kisswedding.com.
<!-- start google adsense banner --><center> <style> .kiss-largebanner-bop { width: 320px; height: 50px; } @media(min-width: 500px) { .kiss-largebanner-bop { width: 468px; height: 60px; } } @media(min-width: 800px) { .kiss-largebanner-bop { width: 728px; height: 90px; } } </style> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- KISS-LargeBanner-BOP --> <ins class="adsbygoogle kiss-largebanner-bop" style="display:inline-block" data-ad-client="ca-pub-1499651350002776" data-ad-slot="2470056547"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </center><!-- end google adsense banner -->
The other one is the large rectangle at the top of the page – I have only put it on one page to date:
<div class="float-left"> <style> .kiss-large-rectange-top-responsive { width: 250px; height: 250px; } @media(min-width: 500px) { .kiss-large-rectange-top-responsive { width: 300px; height: 250px; } } @media(min-width: 800px) { .kiss-large-rectange-top-responsive { width: 336px; height: 280px; } } </style> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- KISS - Large Rectange - TOP - Responsive --> <ins class="adsbygoogle kiss-large-rectange-top-responsive" style="display:inline-block" data-ad-client="ca-pub-1499651350002776" data-ad-slot="6713296146"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div>
I seem to see these on my mobile/Iphone, but not on my desktop.
I’ve also tried to post in the adsense help forums on google, but that was useless. I couldn’t find the stupid button/link for adding a new question.
Any help as to what I may have done wrong would be very much appreciated.
THANK YOU!
But yes, that must be something tiny to solve, hopefully you may have already solved it.