
Open comments.php and find this the lines that look similar to this:
Now all you need to do is change it to this:
After that, open up your style.css and add something like this:
.commentnumber {
position: absolute;
right: 5px;
top: 5px;
font-size: 18px;
color: #efefef;
}
.commentlist li {
position: relative;
}
And that should do it.



— @