A few people keep asking me how to make the commentboxes indent again, because I prefer to have them without. ;)
Depending on the layout I used two different ways of coding to remove the ident.
First of all, open the css and search for
.commentboxThan look for
margin: 5px !important; /* this REMOVES the box indent! */or
margin-right: auto !important; /* this REMOVES the box indent! */
margin-left: auto !important; /* this REMOVES the box indent! */
and simply delete these lines.