All of my category pages have white space at the bottom of the page. For example: http://obsessionfitness.com/category/equipment-type/abdominal-trainers/ This occurred when I moved comments from the footer to the sidebar. Thanks for any help... FOOTER CODE: <div id="footer"> <div id="footer_content"> <div class="footer_mod"> <div id="footer_meta"> <h3>Props</h3> <?php bloginfo('name'); ?> is proudly powered by WordPress. <!-- Please do not remove attribution link, licensed under Creative Commons --> Theme design by Rob Goodlatte under Creative Commons. Recent Comments plugin by George Notaras. </div> </div> <div class="footer_mod" id="f2"> <h3>Subscribe</h3> * RSS Feed * <?php get_links(-1,' ',' '); ?> </div> </div> </div> </div> <?php wp_footer(); ?> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-81946-6"; urchinTracker(); </script> </body> </html>
it appears that you are 1 shy on the <div> tag since you have more open then closed. if you would like we can customize it to match your site more...