Help: My Comment section is merged over the post area

Discussion in 'WordPress' started by georgesloan, Aug 4, 2011.

  1. #1
    My comments section is merged over the top of the post and the widgets i have seems to follow behind the comment box instead of staying in the sidebar. Now i have removed the widgets, the comment section is the only problem . Please see here http://www.fbfanpagecreators.com/

    I double checked all the settings and everything is fine, i re-installed all the plugins, changed different theme and templates but still couldn't solve it. I know its just a simple mistake somewhere, can someone help me with this?

    The last am gonna do is to re-install wordpress but thought giving it a go here. Any help would be much appreciated. 
     
    georgesloan, Aug 4, 2011 IP
  2. bogi

    bogi Well-Known Member

    Messages:
    482
    Likes Received:
    16
    Best Answers:
    2
    Trophy Points:
    140
    #2
    It's because you set height to 33px here:

    <div class="vas_pro_2" style="height: 33px; padding-top: 2px; padding-bottom: 2px; clear: both;">
    HTML:
     
    bogi, Aug 4, 2011 IP
  3. georgesloan

    georgesloan Active Member

    Messages:
    183
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #3
    How much shall i reduce it? 
     
    georgesloan, Aug 4, 2011 IP
  4. bogi

    bogi Well-Known Member

    Messages:
    482
    Likes Received:
    16
    Best Answers:
    2
    Trophy Points:
    140
    #4
    If you reduce the height, the comments will be even higher. I don't see any reason it should be there, just like the clear:both and the 2px padding. Just remove them.

    I also don't know why you add classes AND inline styles there. You should only use classes and ids in your HTML and the style should go into your stylesheet.
     
    bogi, Aug 4, 2011 IP