how i can remove indent from comments reply if someone reply comments it indent to previous reply and keep adding indent..how i can make it just indent first reply and other show under this..
i searched for solution on google and stackexchange but could't find any..its output simple ordered list for comments and reply to comments with different classes added to list
HTML OF COMMENTS
<ol>
<li></li>
<li></li>
<li></li>
<li></li>
</ol>
