MyBB Community Forums

Full Version: [SOLVED] CSS problems when category has forums with subforums
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys, i really have a big problem i don't know what to do :
[Image: nMsuqtj.png]
i don't know why it's doing that
can someone help please ?
I think there is a missing colspan in first table row.
(2015-10-02, 01:53 PM)SvePu Wrote: [ -> ]I think there is a missing colspan in first table row.

And where is the code ?Are you sure about that ?
Would you post a link to a demo forum page, please - then I could take a look.
I opened my forum for you here yuo go : http://gamesins.net/forum-3.html
OK....

Open theme template "forumdisplay_subforums" and search for:
<td class="thead" colspan="1" align="center">{$lang->sub_forums_in}</td>

change it to:
<td class="thead" colspan="5" align="center">{$lang->sub_forums_in}</td>


Save & try... Wink
OHHHHHHHHHHHHHHHHH WOrked, thanks a lot Big Grin
...my pleasure!