• I’ve got some extra padding in my comment boxes and I can’t figure out how to adjust it. I’ve messed around with margins and padding to no avail. Here’s a page for example.

    Here’s the comment CSS
    .commentlist {padding:0px;}
    .commentlist li {border:1px solid #D9E2DA; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; margin-bottom:10px; padding:0px;}
    .commentlist li li {margin-left:20px; margin-bottom:10; padding:0px;}
    .commentlist li ul li {width:500px; background-color: #D9E2DA; border:1px solid #e5e4e2; padding:0px; }
    .commentlist li ul li ul li {width:480px; background-color: white; padding:0px; }

    .commentlist li .avatar
    {
    float:left;
    border: 1px solid #000;
    padding: 2px;
    margin:6;
    background: #000;

    }

    .commentlist li cite
    {
    font-size:1.2em;
    font-weight:bold;
    font-style:normal;

    }

    #commentform textarea
    {
    width: 100%;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • try to add this to style.css, to take some stuffing out of the comments:

    .comment-author img {margin:0 1em 0 0;}
    .comment .art-Post {margin:0;}
    Thread Starter flobaby

    (@flobaby)

    Brilliant!! Thank you so much. It’s crazy how you’ll wrestle with something like that for 4 hours, then come here and some smarty pants gives you the answer on a platter. 🙂 Much appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mystery Padding’ is closed to new replies.