I'm no expert, but I would try this:
In forumbits.css find:
Code:
.forumbit_post .foruminfo .forumdata .forumtitle a, .forumbit_nopost .forumbit_nopost .forumrow .forumtitle a {
font-weight:bold;
}
Replace with this:
Code:
.forumbit_post .foruminfo .forumdata .forumtitle a, .forumbit_nopost .forumbit_nopost .forumrow .forumtitle a {
font-weight:bold;text-align:center;
}
If it doesn't work, just delete the
and wait for someone more knowledgeable to help you out.