XF 1.5 Subforum spacing on main forum page

goflish

Member
Licensed customer
See this image: http://i.imgur.com/2eu5OLb.png

There's huge spacing between each column, I just want it to be like this: Offering - Configurations, Requesting Configurations, Offering - Developers, Requesting - Developers"

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

Alter the width to suit.
 
Back
Top Bottom