As you can see here: http://www.responsinator.com/?url=www.vaneldijk.nl there is an extra space on lower resolution devices. I’ve tried using firebug and webmaster toolbar to figure out what is causing this to happen but so far no luck. The CSS can be found here: http://www.vaneldijk.nl/sites/all/themes/prestige/css/style.css.
I’ve build tons of responsive websites without this problem so hopefully someone can help me out.
After a lot of testing I finally found the solution. Make sure your wrap elements (so your direct elements in your body) have an ‘overflow: hidden’ declaration in your css. So for example this your HTML:
Your CSS should look like this
This will remove the weird space in Opera.