I have an issue on this page when I open it on iPad. Crimson colored top identification header goes to left and then on the right side you can see a blank space. All other major browsers including Safari shows the page as it should be except iPad. Here’s the screen shot from iPad view. Any ideas whats wrong with it?
Share
The content in your #signature div is bigger than your #signature div, so the background isn’t stretching to fit the content (you can get the same reaction by shrinking the size of your window and scrolling to the left or right).
Fixes:
left: -5px;from #signature a.iubackground: #7D110Cto #signatureright: 0on #signature form toright: 5px.That should straighten things up.
EDIT
Here’s what your updated styles should look like.
I pulled these styles out of screen.css