wersja skryptu MyBB: 1.8.5
adres forum: moje forum
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Witam, zastanawiam się jak zrobić, aby ten napis Dział był przesunięty do lewej strony (tak jak jest to zrobione na stronie głównej)?
Jest to subforum, a tutaj szablon forumdisplay_subforums:
adres forum: moje forum
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Witam, zastanawiam się jak zrobić, aby ten napis Dział był przesunięty do lewej strony (tak jak jest to zrobione na stronie głównej)?
Jest to subforum, a tutaj szablon forumdisplay_subforums:
<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%"> </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>Statystyki</strong></span></td>
<td class="tcat" width="15%" align="right"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$forums}
</table>
<br />