Hello,
in com_chronocomments/templates/comment-item.html.php there is a bug which adds a margin to comments since the third (the first and second aren't affected). As well, this is an issue for HTML validation. Here's the fix:
At line 222, delete
This tag is misplaced, since it was closing the "allcomments" div at the end of each comment.
That's all🙂
in com_chronocomments/templates/comment-item.html.php there is a bug which adds a margin to comments since the third (the first and second aren't affected). As well, this is an issue for HTML validation. Here's the fix:
At line 222, delete
</div>
This tag is misplaced, since it was closing the "allcomments" div at the end of each comment.
That's all🙂