MyBB Community Forums

Full Version: subforums in two columns in Twist-SD (tableless theme)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to set subforums in column in this theme ??


how to make sub forums in 2 columns ??

check in the screenshot

[Image: attachment.php?aid=26570]
forumbit_depth3 template

<li>{$statusicon}<a href="{$forum_url}" title="{$forum_viewers_text_plain}">{$forum['name']}</a></li>


forumbit_subforums template

<div>{$lang->subforums} <ul class="subforums">{$sub_forums}</ul></div>

global.css

		
ul.subforums {
	padding:0;
	margin:0;
}

ul.subforums li {
	display:inline-block;
	width:33%;
	border:none;
	float:left;
} 
this method does not works in this theme