XF 1.5 Subforum spacing on main forum page

You can alter the spacing by adding this to EXTRA.css:
Code:
.node .subForumList li
{
    width: 20% !important;
}

Alter the width to suit.
 
Top Bottom