SiteOwner Member Mar 15, 2014 #1 How can I reduce the spacing between the columns? I want to have a maximum distance between the columns. Thanks.
How can I reduce the spacing between the columns? I want to have a maximum distance between the columns. Thanks.
P Paul B XenForo moderator Staff member Mar 15, 2014 #2 Try adding this to EXTRA.css: Code: .node .subForumList li { width: 24% !important; } That will result in four columns. Upvote 0 Downvote
Try adding this to EXTRA.css: Code: .node .subForumList li { width: 24% !important; } That will result in four columns.