Viewing 3 replies - 1 through 3 (of 3 total)
  • /* Comments */
    #commentlist {background-color:#222222;

    There are lots of #222222 and that’s the cause 🙂

    You have this in your css:

    .commentalt {

    background: url(images/commentalt.gif) repeat-y !important;

    }

    Does commenting this out fix it?

    Thread Starter rahish

    (@rahish)

    Thanks that worked a treat,
    yeah I added those #222222’s as that was the background color to see what I could get rid of. Is there a problem with having too many background-color setting in the CSS?

    Mike

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Comment list annoying white border’ is closed to new replies.