MyBB Community Forums

Full Version: Edit subforum index?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Edit: Solved.

Extra space in the subforum indexes can be removed by editing forumdisplay_subforums, changing colspan to a lower number and
removing the unncessary of the following:

<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>