[hide]
Go to: ACP > Templates > Select Your Theme's Template Set > Forum Bit Templates > forumbit_depth3 > Edit > Replace all with the following code:
Go to: ACP > Templates > Select Your Theme's Template Set > Forum Bit Templates > forumbit_subforums > Edit > Replace all with the following code:
Go to: ACP > Themes > Select Your Theme > global.css > Edit Stylesheet in Advanced Mode > Add the following at the end of Stylesheet.
[/hide]
Go to: ACP > Templates > Select Your Theme's Template Set > Forum Bit Templates > forumbit_depth3 > Edit > Replace all with the following code:
Code:
<li>{$statusicon}<a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></li>
Go to: ACP > Templates > Select Your Theme's Template Set > Forum Bit Templates > forumbit_subforums > Edit > Replace all with the following code:
Code:
<br />{$lang->subforums}<br /><ul class="columns">{$sub_forums}</ul>
Go to: ACP > Themes > Select Your Theme > global.css > Edit Stylesheet in Advanced Mode > Add the following at the end of Stylesheet.
Code:
.columns
{
list-style: none;
margin: 0;
padding: 0;
}
.columns li
{
width: 50%;
float: left;
}
[/hide]