According to this thread, download and read instruction 3/4
https://vborg.vbsupport.ru/showthrea...tegory+spacing
width has to be set in the row of columns in your
forumhome level 1 no post.
you can play only with this row.
Quote:
<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>
</if>
</tr>
|