Hi there, In my website I'm putting the ad unit inside div and uses the position:absolute to localize it on the page. I do this to make this ad unit show up first on the code (Google encourage that). It's working great in every browser on the cumputer (even safari). But when I'm loading my website from an iphone, the ad much higher than it should. Here is my code: <div style="position:absolute;top:1530px;left:600px;z-index:2;"> My adsense code </div> HTML: Someone knows this difference or how to solve it??
Are you including the viewport meta tag? Without the complete markup or a link, that's all the wild hair guessing I'm doing.