Index: style.css
===================================================================
--- style.css	(revision 12293)
+++ style.css	(working copy)
@@ -874,15 +874,19 @@
 	text-transform: none;
 	margin: 10px 5px 10px 0;
 }
-.commentmetadata {
-	right: 8px;
-	top: 8px;
-	position: absolute;
-	font-weight: normal;
-	font-size: .8em;
-	margin: 0;
-	display: block;
+/** Add new css for comment data */
+.commentlist li .comment-body {
+    width: 100%;
+    display: block;
 }
+.commentlist li .comment-body .commentmetadata {
+    position: static;
+    font-weight: normal;
+    font-size: .8em;
+    margin: 0;
+    display: block;
+    text-align: right;
+}
 #commentform {
 	margin: 15px 10px 0 0;
 }
