try this:
find following :
Code:
.forumbit_post .foruminfo {
clear: right;
float: left;
min-height: 48px;
min-width: 30%;
width: 54.2%;
}
replace with:
Code:
.forumbit_post .foruminfo {
clear: right;
float: left;
min-height: 48px;
min-width: 30%;
width: 47.2%;
}
find following:
Code:
.forumbit_post .forumrow .forumlastpost {
float: left;
font-size: 12px;
height: 31px;
padding: 7.5px 0 0;
width: 20.6%;
}
replace with:
Code:
.forumbit_post .forumrow .forumlastpost {
float: left;
font-size: 12px;
height: 31px;
padding: 7.5px 0 0;
width: 27.6%;
}
find following:
Code:
.forumbit_nopost .forumhead .forumtitle {
font-size: 13px;
min-width: 30%;
width: 64.8%;
}
replace with:
Code:
.forumbit_nopost .forumhead .forumtitle {
font-size: 13px;
min-width: 30%;
width: 57.6%;
}
find following:
Code:
.forumbit_nopost .forumhead span.forumlastpost, .forumbit_post .forumhead span.forumlastpost {
width: 18.2%;
}
replace with:
Code:
.forumbit_nopost .forumhead span.forumlastpost, .forumbit_post .forumhead span.forumlastpost {
width: 25.2%;
}