MyBB Community Forums

Full Version: How can I fix this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: VX2Hb.png]
Start with providing more info.

Unless change colspan satisfy your need.
ACP >> Templates >> forumbit_depth1_cat

Find this
<td class="tcat" colspan="3"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>

Replace This
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>

basically change the colspan from 3 to 2
I installed Ficons and I made all of the changes to the colspan and removed the default Icons now this is what happend.
Paste the relevant part of the output.