I just can't seem to figure this one out. This custom WP theme, based on the default theme is not resizing the height of the content area. As you can see the footer is in the middle of the content (if long enough). I remember fixing this once before but for the life of me can't remember how I did it. I thought that it was a 2.8 issue and even reverted the test site back to version 2.7 but no luck. Any help would be greatly appreciated, here is test site: http://www.esmartjob.com/new
have you tried adding a clear div before the footer i.e. <div class="clear"></div> .clear { clear: both; }
Just tried but no luck, I put .clear { clear: both; } In the stylesheet and <div class="clear"></div> in the index.php file in front of the footer. Thanks though...