On my portfolio pages; cheekytotsportfolio, tlrportfolio and logos - there is white space on the right that I can’t find anywhere! I looked at all my classes, no signs of what it could be. Here is a screenshot:
I had this problem and it was because I had used a negative margin without turning off overflow. Check to see if you have a negative right margin somewhere and set the section or container that it is in ( not the object itself) for overflow to be turned off.
Hmm, strange thing this!
When I scroll down, the white space disappears with a nice easing effect… It might have something to do with what @angela mentions above… Check your sections.
-edit
I checked it…probably it’s your “stats row” sections because of the fade in from right column . Give that section a overflow:hidden.
I know this post is old, but I had the same problem and found this – and forums are all about finding stuff that helps, so I add my (different) solution:
In my case “overflow hidden” cut off some elements that were overlapping the sections (that was intended), so I kept searching and found what caused the problem:
It was a DIV that had a fixed width that exceeded the viewport… so I just made it smaller and voilá