Title: [Plugin: Better WordPress Recent Comments] CSS issues with grouped comments
Last modified: August 20, 2016

---

# [Plugin: Better WordPress Recent Comments] CSS issues with grouped comments

 *  Resolved [msnfull](https://wordpress.org/support/users/msnfull/)
 * (@msnfull)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-better-wordpress-recent-comments-css-issues-with-grouped-comments/)
 * 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](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?
 * [http://wordpress.org/extend/plu<gins/bwp-recent-comments/](http://wordpress.org/extend/plu<gins/bwp-recent-comments/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Khang Minh](https://wordpress.org/support/users/oddoneout/)
 * (@oddoneout)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-better-wordpress-recent-comments-css-issues-with-grouped-comments/#post-2382164)
 * > 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.
 * Did you mean the first comment for each post? I think your comment list looks
   very similar to the default layout, as seen here: [http://betterwp.net/293-bwp-recent-comments-1-2-0/](http://betterwp.net/293-bwp-recent-comments-1-2-0/).
 * It’s not easy for me to help you if I can’t see your website, but I guess that
   this has something to do with your unordered list CSS rules, which are probably
   not provided in BWP RC’s default CSS file.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Better WordPress Recent Comments] CSS issues with grouped comments’
is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/bwp-recent-comments.svg)
 * [Better WordPress Recent Comments](https://wordpress.org/plugins/bwp-recent-comments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bwp-recent-comments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bwp-recent-comments/)
 * [Active Topics](https://wordpress.org/support/plugin/bwp-recent-comments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bwp-recent-comments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bwp-recent-comments/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Khang Minh](https://wordpress.org/support/users/oddoneout/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-better-wordpress-recent-comments-css-issues-with-grouped-comments/#post-2382164)
 * Status: resolved