Hi Guys
I've had this in the CB 'default' template override to make the activity display and commenting quite a bit smaller, as they take up too much space otherwise.
These overrides has lost their meaning in CB2.2.0, probably because of using bootstrap 4.0, which I find great.
Code:
.wrapper-website .cb_template {color: #000000;font-family: "Montserrat",sans-serif;font-size: 0.84emt;}
.cbDateTimeago {font-size: 0.78em;}
.activityContainerTitleTop.text-muted.clearfix {font-size: 0.82em;}
.likeStreamLink.likeStreamLike {font-size: 0.85em;font-family: 'Open Sans', sans-serif;}
.streamItemContent.cbMoreLessContent.clearfix {font-size: 0.85em;color: #000000;font-family: 'Open Sans', sans-serif;}
.cb_template .cbActivityArticleComments .streamItem .streamMediaLeft {padding: 2px;}
.cb_template .streamMediaBody.commentContainerContent.media-body.text-small {padding-top: 2px;padding-bottom: 2px;}
.cb_template .streamMediaBody.streamItemDisplay.commentContainerContent.media-body {padding-top: 2px;padding-bottom: 2px;}
.cb_template .cbActivityArticleComments .streamItem .streamMediaBody {margin: 0px!important;}
.commentsStreamItems.streamItems {margin: 0px!important}
Can you help me out changing the overrides?