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 :)
You will have to add the following to your style sheet (style.css)
.comment-meta {margin-left: 0;}
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 "}"?
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;`
Actually, now, there's a weird space above the text. How do I fix that?
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!