@Outbreaker: I've checked your site and find that this style issue could be fixed by changing /components/com_jcomments/tpl/default/style.css:
#comments {margin: 0;padding: 0;width: 100%;text-align: left;text-decoration: none;text-transform: none;text-indent: 0}
with
#comments {margin: 0;padding: 0;width: 100%;text-align: left;text-decoration: none;text-transform: none;text-indent: 0; clear:both;}