MyBB Community Forums

Full Version: [Solved] Subforum Template Issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm not sure what the deal is but I just created a subforum and everything is one column to the right of where it should be. Any ideas?

[attachment=17061]
Going to be a theme/CSS problem.
Could you list the code from your forumdisplay_subforums template?
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="5" align="center"><strong>{$lang->sub_forums_in}</strong></td>
</tr>
<tr>
<td class="tcat" width="2%">&nbsp;</td>
<td class="tcat" width="59%"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$forums}
</table>
<br />

Okay, I just realized it has to do with the ficons plugin and it's already listed with troubleshooting: http://www.mybbcentral.com/thread-2676.html