• Resolved msnfull

    (@msnfull)


    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?

    http://wordpress.org/extend/plu<gins/bwp-recent-comments/

Viewing 1 replies (of 1 total)
  • Plugin Author Khang Minh

    (@oddoneout)

    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/.

    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.