iPhone orientation change results in cropped content

Permalink
When switching from portrait to landscape, the content on my site is cut off at the top! See attached image. Anyone know how to fix this so it draws correctly when orientation is changed?

1 Attachment

 
12345j replied on at Permalink Reply
12345j
<?php
      if (strstr($_SERVER['HTTP_USER_AGENT'], 'iPhone') ||
 {?>
stuff here
    <?php  } ?>

youd probably want stuff here to be a div called spacer, maybe something like
<div style="height: 100px;"></div>
and youd want to put after the start body tag in your theme