Quote:
Originally Posted by stevieb
So I need to do all this then, yea?
Code:
Description:
This mod splits replies/views on threadbit like on a vb3 forum v1.3 Without borders
Update Instructions:
Step 1:
Open template additional.css
Find the following:
Code:
.threadlisthead span.threadlastpost {
padding-left: 2%;
text-align: left;
width: 32%;
}
Replace with:
Code:
.threadlisthead span.threadlastpost {
padding-left: 0;
text-align: left;
width: 33%;
}
Find the following:
Code:
.threadbit .threadlastpost {
clear: right;
display: block;
float: left;
width: 32%;
}
Replace with:
Code:
.threadbit .threadlastpost {
clear: right;
display: block;
float: left;
padding: 0.5% 0 0;
width: 33%;
}
Find the following:
Code:
.threadbit .threadstats {
height: 21px;
margin-top: 17px;
text-align: center;
width: 7%;
}
Replace With:
code
.threadbit .threadstats {
height: 29px;
padding: 1.2% 0 0;
text-align: center;
width: 7%;
}
Done!
|
that's for threadbit, not for forum home.