Find in forumhome:
Code:
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
You can add width to the other <td> tags for the other columns, otherwise they will all just work themselves around the width you set for last post column. You may also need to edit the amount of characters showing of the last post thread if you make your last post column much smaller. Hope this helps.