Thanks for the follow up BGH_.
I also noticed the comment count was off becuase it also considered retweets, so that really changes the numbers of what you’re looking for!
Here’s what I have after messing with the CSS: https://puu.sh/ddlVb/a98c72ea7f.png
URL is: https://mtgcast.com/mtgcast-podcast-shows/active-podcast-shows/imps-prison/imps-prison-s2-1-jason-alt
Although not the neatest it could be the CSS I added to the stylesheet.css (not the plugin stylesheet, in case it gets upgraded) in order to achieve this was:
/** Custom Social Comments Styling **/
#social .social-post {
font-family: ‘Open Sans’, sans-serif;
padding-bottom: 25px;
padding-left: 40px;
padding-right: 40px;
padding-top: 25px;
}
#social {
font-family: ‘Open Sans’, sans-serif;
}
#social #reply-title,
#social .social-nav .social-current-tab {
background: none !important;
}
.thread-alt,
.thread-even {
background: none repeat scroll 0 0 #fff !important;
border: 1px solid #E8E8E8;
}
#social .social-nav {
background: none !important;
}
#social .social-comment-body p {
margin: 0 0 5px;
padding-bottom: 15px;
padding-left: 10px;
padding-right: 10px;
padding-top: 15px;
}
#social .social-comment {
border-top: 0px solid #787777 !important;
border-left: 0px solid #787777 !important;
}
#social .social-children {
border-top: 0px solid #787777 !important;
border-left: 0px solid #787777 !important;
padding-left: 40px !important;
}
#social .social-comment-inner {
padding-bottom: 20px !important;
}