Quote:
Originally Posted by stevieb
can the "last post" column be moved further to the right? Maybe by another 150px approx?
|
find following :
Code:
.forumbit_post .foruminfo {
clear: right;
float: left;
min-height: 48px;
min-width: 30%;
width: 41.2%;
}
replace with:
Code:
.forumbit_post .foruminfo {
clear: right;
float: left;
min-height: 48px;
min-width: 30%;
width: 54.2%;
}
find following:
Code:
.forumbit_post .forumrow .forumlastpost {
float: left;
font-size: 12px;
height: 31px;
padding: 7.5px 0 0;
width: 33.6%;
}
replace with:
Code:
.forumbit_post .forumrow .forumlastpost {
float: left;
font-size: 12px;
height: 31px;
padding: 7.5px 0 0;
width: 20.6%;
}
find following:
Code:
.forumbit_nopost .forumhead .forumtitle {
font-size: 13px;
min-width: 30%;
width: 50.2%;
}
replace with:
Code:
.forumbit_nopost .forumhead .forumtitle {
font-size: 13px;
min-width: 30%;
width: 64.8%;
}
find following:
Code:
.forumbit_nopost .forumhead span.forumlastpost, .forumbit_post .forumhead span.forumlastpost {
width: 33.2%;
}
replace with:
Code:
.forumbit_nopost .forumhead span.forumlastpost, .forumbit_post .forumhead span.forumlastpost {
width: 18.2%;
}