Listo Big Grin
ahi esta activado
Ok, el tema que usas usa table dentro de la table del foro, pasa tu forumdisplay_subforums y forumbit_depth1_cat para acomodarlos por favor.
{SIGNATURE_IMAGE}
forumbit_depth1_cat

Código:
<table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}" class="tborder index-table">
<thead>
<tr>
<td class="thead" colspan="6">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><span class="smalltext forum-desc">{$forum['description']}</span></div>
</td>
</tr>
</thead>
<tr><td class="no-padding">
<table border="0" cellspacing="0" cellpadding="0" style="width: 100%;">
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr><td>
<table border="0" cellspacing="7" cellpadding="0" style="width: 100%;">
{$sub_forums}
</table>
</td></tr>
</tbody>
</table>
</td></tr>
</table>
<br />
forumdisplay_subforums
Código:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="6" align="center"><strong>{$lang->sub_forums_in}</strong></td>
</tr>
<tr>
<td class="tcat" width="2%">&nbsp;</td>
<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 />
Intenta este:

forumdisplay_subforums
Código:
<table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}" class="tborder index-table">
<tr>
<td class="thead" align="center"><strong>{$lang->sub_forums_in}</strong></td>
</tr>
{$forums}
</table>
<br />

Ve a tu UCP bajo suscripciones de foros para ver si se ve bien esa pagina, puede verse distinta.
{SIGNATURE_IMAGE}
Ahi quedo bien, Gracias sama, eres un master!
De nada Big Grin

Y solo recuerda remover los comentarios para que sea mas difícil de que copeen tu plantilla Wink
{SIGNATURE_IMAGE}