• Resolved jimbofoxman

    (@jimbofoxman)


    I don’t think I messed up the CSS. Right now, when a comment is shorter than the minimum characters chosen, I am getting almost like a nested effect on the comments. (see link to image)

    Is it something I did? Plus, how would I add just a touch more vertical space between comments/avatars?

    IMAGE

    I did add the last two items to the following;

    ul.disqus_rcw_comments_list li {
    	list-style-type: none;
    	font-size: 85%;
    	line-height: 110%;
    }

    https://www.ads-software.com/plugins/disqus-recent-comments-widget/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Andrew Bartel

    (@andrew-bartel)

    Hey Jim,

    Do you have a site I can look at where this is happening? If you’d rather not post it, you can email it to me [email protected].

    Plugin Author Andrew Bartel

    (@andrew-bartel)

    For anyone else experiencing this issue, you can add the following rules to the ul.disqus_rcw_comments_list li style

    clear: both;
    padding: 5px 0;
    min-height: 55px;
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tight spacing – layout issue’ is closed to new replies.