View Full Version : cell alignment issue
bennzy
08-16-2008, 10:02 PM
I have just paid someone to do me a simple design for my forum its been installed onto the forum but there is a issue with the cell alignments
what can i do/edit to correct this problem?
Attitude5ire
08-17-2008, 10:38 AM
You need to check your templates usually in default vb its in forumhome but since urs is customized check the template forumhome_forumbit_level1_nopost
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead">$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>
You need to add defined pixel or % to your cells.
like width="200px" for latest thread cell and so on.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.