- Apr 17, 2011
- 9,228
I see that the default theme is not aligned properly
You can change it. If you go to the forumbit_depth2_forum template of End Soft theme.
You should have it looking like this:
Change it to:
It then should look like this:
Just a suggestion because at the moment does look good but not the the columns not in line.
You can change it. If you go to the forumbit_depth2_forum template of End Soft theme.
You should have it looking like this:
Code:
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}<br /> Threads</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}<br /> Posts</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
Change it to:
Code:
<td class="{$bgcolor}" width="85" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}<br /> Threads</td>
<td class="{$bgcolor}" width="85" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}<br /> Posts</td>
<td class="{$bgcolor}" width="200" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
It then should look like this:
Just a suggestion because at the moment does look good but not the the columns not in line.