Quote:
Originally Posted by Andrew
Did you try the column alignment fix that I added to the style description ? If not, give that a try and it should fix the spacing issues. If you have tried that and it didn't fix it I can take a look and see if something changed between 3.5.0 and 3.5.1, but it will be a day or so before I can look into it.
|
from the lastet download, you have already fix this issue in your xml...
so when i take a look your forumhome_forumbit_level1_nopost is already change with your update..
here is i try to update the column fix:
<tr align="center">
<td class="thead" width="5%"> </td>
<td class="thead" width="55%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="30%">$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="125">$vbphrase[moderator]</td>
</if>
</tr>
also in Main Table Width (StyleVar) i used 95%... it look perfect when our browser is 1024x728 also in Maximum Size condition, if you minimize the window (scroll min) the table will be mess up again..
i don't know what happen... still confusing right now..