By Keep Quiet on Tuesday, 05 January 2016
Likes 0
Views 0.9K
Votes 0
Hi,

I am using easyblog's built in commenting.

How do I align the comments left instead of center?

Thanks
Hey there,

It seems like your current template override Easyblog styling in comment section, I have applied some css fix in this file JoomlaFolder/templates/forte/css/custom.css


div#fd.eb .eb-comment .col-cell.cell-content.eb-comment-content {
text-align: left !important;
}

div#fd.eb .eb-comment-head.text-muted.row-table .col-cell {
text-align: left !important;
}


can you try clear all of your site cache and see how it goes?
·
Tuesday, 05 January 2016 21:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks a lot.
·
Tuesday, 05 January 2016 22:22
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome, glad to heard your issue resolved.
·
Tuesday, 05 January 2016 22:28
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post