https://www.fakku.net/collections/dl-action. The side ad is on the bottom of the page, causing an unnecessary increase in height of the page.
Looking at the CSS, it's because some of the columns stuff haven't been applied, also, media queries on that page isn't working either.
Some things that are missing:
<div class="table"> to <div class="table row">
<div id="content"> to <div id="content" class="ten columns">
<div id="side" class="content side height-10"> to <div id="side" class="content side height-10 two columns">