Ok, you were right, but thats not how I did it last time suprisingly enough. Anyhow, fixed mine.
Here is what it looks like with that mod.
http://romesworld.romesleague.com/forums/index.php?
I basically just changed it from 100% to 55% like so:
PHP Code:
<!-- / guest welcome message -->
</if>
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="55%" 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>