So I looked at the
<div class="main-height" style="height: XXpx;>
and it says it's an element.style (meaning that the css is inline). I then looked at the template's html but any thing that is class="main-height" does not have an inline height declaration. What would set it to that height?
When I used firebug and put the height to auto it displayed right. How would I do this do you know which file it is or if there is a param I can set?