WordPress Footer Problem

Discussion in 'WordPress' started by Pacific Publishing, May 29, 2008.

  1. #1
    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>
     
    Pacific Publishing, May 29, 2008 IP
  2. mizaks

    mizaks Well-Known Member

    Messages:
    2,066
    Likes Received:
    126
    Best Answers:
    0
    Trophy Points:
    135
    #2
    You've got a <div> problem somewhere...
     
    mizaks, May 29, 2008 IP
  3. SarahLee

    SarahLee Banned

    Messages:
    507
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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...

    :)
     
    SarahLee, May 29, 2008 IP