The comment icon and subject text are overlaying each other on forum comments. See attached example.

CommentFileSizeAuthor
CommentIconBug.jpg17.92 KBBayouBill

Comments

BayouBill’s picture

Fix, in style.css:

change

#content h3 {
	padding: 0;
	margin: 0;
}

to

#content h3 {
	padding-left: 20px;
	margin: 0;
}