Just finished building a site for my company at http://awesome.redfishbluefishmedia.com, and I'm noticing a strange issue.
ONLY when your browser starts out about 1000px wide, I'm seeing blank space on the right side of the page (this is an issue because iPhone shows it at about that size, and it's quite noticeable on iPhone when loading the home page for the first time, as there's a Fancybox popup which comes up once on the home page). You can scroll farther than you should be able to essentially.
It's a strip down the side, and having searched through the elements, I can't find any that seem to be pushing it over (except possibly the slider on the home page, but this issue is present on other pages as well).
Can anyone help? Can't figure it out, and I feel like this has to be something obvious.
Using the 960.gs grid to standardize my layout.
UPDATE: I added this...
body, html {
overflow-x: hidden;
}
and that fixed my issue, I think, but I still have no idea why I was seeing that scroll issue; if anyone can enlighten, you'd still be much appreciated.