N Neutral Singh Well-known member Feb 18, 2015 #1 Presently, sub-forums are shown in three columns by default, anyway to show them in two columns? Thanks
Presently, sub-forums are shown in three columns by default, anyway to show them in two columns? Thanks
P Paul B XenForo moderator Staff member Feb 18, 2015 #2 Try adding this to EXTRA.css: Code: .node .subForumList li { width: 49% !important; } That will result in two columns. You may need to adjust the % to suit. Upvote 0 Downvote
Try adding this to EXTRA.css: Code: .node .subForumList li { width: 49% !important; } That will result in two columns. You may need to adjust the % to suit.
N Neutral Singh Well-known member Feb 20, 2015 #4 @Brogan Is it possible to show two sub-forums in a few nodes and three sub-forums in some other nodes on forumhome? Thanks Upvote 0 Downvote
@Brogan Is it possible to show two sub-forums in a few nodes and three sub-forums in some other nodes on forumhome? Thanks
P Paul B XenForo moderator Staff member Feb 20, 2015 #5 It may be possible utilising the node_id. Upvote 0 Downvote
N Neutral Singh Well-known member Feb 20, 2015 #6 Thanks again! in Extra.css Add: .node_xxx .subForumList li { width: 33% !important; } Click to expand... Upvote 0 Downvote
Thanks again! in Extra.css Add: .node_xxx .subForumList li { width: 33% !important; } Click to expand...