Errors in comment section of my site

Discussion in 'JavaScript' started by mongo22, Oct 19, 2008.

  1. #1
    Hi guys,

    In the comment section of my site, the names of people making comments display over top the date. Any suggestions for how to fix these errors?

    Here is a posting with several comments, so you can see what I'm talking about. Any help will be greatly appreciated. I'm still learning.
    http://www.eazycheezy.net/2008/09/watch-tv-and-movies-online.html

    Brian
     
    mongo22, Oct 19, 2008 IP
  2. LogicFlux

    LogicFlux Peon

    Messages:
    2,925
    Likes Received:
    102
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I think this is more of a CSS question. Anyway I think I'd just try putting a margin-bottom value on the comment-footer class.

    .comment-footer { margin:0 0 15px 0; }
     
    LogicFlux, Oct 19, 2008 IP
  3. mongo22

    mongo22 Peon

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Awesome, thanks a lot. That worked.
     
    mongo22, Oct 19, 2008 IP