WP Theme Code Help

Discussion in 'Blogging' started by Houdy, Jun 29, 2009.

  1. #1
    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
     
    Houdy, Jun 29, 2009 IP
  2. System0

    System0 Well-Known Member

    Messages:
    168
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    128
    #2
    hey houdy

    can you upload your style.css somewhere and I'll have a look for you :)

    Kevin
     
    System0, Jun 29, 2009 IP
  3. Houdy

    Houdy Peon

    Messages:
    267
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Houdy, Jun 29, 2009 IP
  4. System0

    System0 Well-Known Member

    Messages:
    168
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    128
    #4
    have you tried adding a clear div before the footer

    i.e. <div class="clear"></div>

    .clear {
    clear: both;
    }
     
    System0, Jun 29, 2009 IP
  5. Houdy

    Houdy Peon

    Messages:
    267
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #5
    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...

     
    Houdy, Jun 29, 2009 IP
  6. System0

    System0 Well-Known Member

    Messages:
    168
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    128
    #6
    not sure what is causing it, nothing seems to be obviously wrong.
     
    System0, Jun 30, 2009 IP