Hi,
this is a great plugin which I am testing on localhost right now, so I can't provide any links. Here is a screenshot that shows my problem: http://i.imgur.com/VDdoG.png
As you can see the alignment is wrong. No matter how I change the CSS, the follow-up comments are displayed on the vey left.
.recent-comment {
list-style-type: none;
margin-top: 10px;
margin-left:50px;
/*ie fix*/ zoom: 1;
}
.recent-comment-single {
display: block;
margin-left: 50px;
}
The templates for grouped comments are left untouched...
<li><a href="%post_link%" title="%post_title_attr%">%post_title%</a> (<a href="#" title="This post has a total of %comment_count% comment(s)">%comment_count%</a>)
<ul>
Any ideas?