ok ya i had that problem
you got that problem right after you spaced out your category's to i bet lol i know
what you got to do is this
got to
style manager
>edit templates
>>forum home templates
>>>forumhome_forumbit_level1_nopost
look for something like this here
HTML Code:
<tr align="center">
<td class="thead" width="35"> </td>
<td class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$vbphrase[last_post]</td>
<td class="thead" width="65">$vbphrase[threads]</td>
<td class="thead" width="65">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" width="120">$vbphrase[moderator]</td>
then you will see what i did there for mine juch change the widths untill you get it where you want it its better to use percents though like
5% here 15% there and so on
but if you use percents then just make sure they all equal to 100% and you should be good to go
also you my need to do some what of the same thing in
forumhome_forumbit_level2_post
also if the width= is not there then just add it there and you should be good to go
let me know if that helps
NOTE your going to have to mess with it for a bit before you get it right so just make a back up of everything in a text document before you start messing with everything