
10-16-2009, 09:11 PM
|
|
|
Join Date: Nov 2005
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by DeanLag
In template forumhome > forumhome_forumbit_level1_nopost
Find
<td class="thead">$vbphrase[threads]</td>
Replace with
<td class="thead" width="XXpx">$vbphrase[threads]</td>
Find
<td class="thead">$vbphrase[posts]</td>
Replace with
<td class="thead" width="XXpx">$vbphrase[posts]</td>
Replace XX with desired value.
My best guess is that the current width value for "Threads" is around 25px and for "Posts" around 20px.
However, if the columns are aligned by the column title "Thread" and "Posts". If you decide to reduce the size, "Thread" and "Posts" will be wrapped and its not very aesthetic. However, you can change the font size of "Thread" and "Posts" and then shrink the column width.
Let me know if it works!
|
That didn't work =/
|