In your templates under the category of "Forum Home Templates" look for templates "forumhome_forumbit_level1_post" and "forumhome_forumbit_level2_post". Find this code:
Code:
<td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
And change it to:
Code:
<td width="200px" class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
Change the "width" to whatever you want. For best results, choose a width in pixels (not percentage).