Go into forumhome_forumbit_level1_nopost.
Find:
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
Replace with:
<td class="tcat" align="center" align="center" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
Simple stuff. Just added in an align="center" into the td tag which the forum title for the forumhome code is within.
|