51463 Well-known member Nov 8, 2013 #1 At the moment I find that the sub-forums are too far apart. Is there a way i can make the spacing closer? These are a now and how i want it pictures. *note that isnt my forum. I borrowed the image online.
At the moment I find that the sub-forums are too far apart. Is there a way i can make the spacing closer? These are a now and how i want it pictures. *note that isnt my forum. I borrowed the image online.
P Paul B XenForo moderator Staff member Nov 8, 2013 #2 Try adding this to EXTRA.css: Code: .node .subForumList li { width: 24% !important; } Change the width to suit. Upvote 0 Downvote
Try adding this to EXTRA.css: Code: .node .subForumList li { width: 24% !important; } Change the width to suit.
51463 Well-known member Nov 8, 2013 #4 I removed the 24 .node .subForumList li { width: 10% !important; } And things happen. Upvote 0 Downvote
P Paul B XenForo moderator Staff member Nov 8, 2013 #5 Hmm, for some reason my pasted content was messed up. I have corrected it. Upvote 0 Downvote
51463 Well-known member Nov 8, 2013 #6 Ok. It worked thanks. But for some reason anything under 15% the long forums become "..." Big Blue Cars Big Red Cars turns into Big Blue C... Big Red C... I kept it at 15% Upvote 0 Downvote
Ok. It worked thanks. But for some reason anything under 15% the long forums become "..." Big Blue Cars Big Red Cars turns into Big Blue C... Big Red C... I kept it at 15%
P Paul B XenForo moderator Staff member Nov 8, 2013 #7 That's because the forum name is longer than the space/width available. Upvote 0 Downvote