Open forumhome_forumbit_level1_nopost template
you should assign width specifications to last post, threads etc..
Code:
<tr align="center">
<td class="thead" width="4%"> </td>
<td class="thead" width="50%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="25%" align="$stylevar[left]">$vbphrase[last_post]</td>
<td class="thead" width="5%">$vbphrase[threads]</td>
<td class="thead" width="5%">$vbphrase[posts]</td>
<if condition="$vboptions[showmoderatorcolumn]">
<td class="thead" width="10%">$vbphrase[moderator]</td>
</if>
</tr>