Forums

[resolved] Removing Avatar from Comments (7 posts)

  1. IlanK
    Member
    Posted 6 months ago #

    Hi there!

    As you can see here (http://www.ironwhisk.com/2011/10/getting-drunk-on-cake-chocolate-coconut-cake/#comment-24) if you scroll down to the bottom in the comments my comment (Ilan) has a blank space for an avatar.

    I'd like to get rid of it and I'm using a twenty eleven child theme.

    Please help!

    Thanks :)

  2. JerrySarcastic
    Member
    Posted 6 months ago #

    You will have to add the following to your style sheet (style.css)
    .comment-meta {margin-left: 0;}

  3. IlanK
    Member
    Posted 6 months ago #

    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 "}"?

  4. IlanK
    Member
    Posted 6 months ago #

    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;`

  5. IlanK
    Member
    Posted 6 months ago #

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

  6. IlanK
    Member
    Posted 6 months ago #

    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.

  7. JerrySarcastic
    Member
    Posted 6 months ago #

    Sounds like you're good to go!

Reply

You must log in to post.

About this Topic