Viewing 6 replies - 1 through 6 (of 6 total)
  • You will have to add the following to your style sheet (style.css)
    .comment-meta {margin-left: 0;}

    Thread Starter IlanK

    (@ilank)

    I’m a bit confused. Where do I put this in the code? Do I just paste it in or do I need to add “}”?

    Thread Starter IlanK

    (@ilank)

    Fixed.

    Changed `.commentlist .children li.comment .comment-meta {
    line-height: 1.625em;
    margin-left: 50px;`

    to `.commentlist .children li.comment .comment-meta {
    line-height: 1.625em;
    margin-left: 0px;`

    Thread Starter IlanK

    (@ilank)

    Actually, now, there’s a weird space above the text. How do I fix that?

    Thread Starter IlanK

    (@ilank)

    Fixed too..

    Changed `.commentlist .children li.comment .comment-content {
    margin: 1.625em 0 0;`

    to `.commentlist .children li.comment .comment-content {
    margin: 0em 0 0;`

    Sorry.

    Sounds like you’re good to go!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Removing Avatar from Comments’ is closed to new replies.