USY Active member Apr 18, 2025 #1 Hi is there a way to show subcategories 2 columns in XF2.3.x instead of consecutively?
BassMan Well-known member Apr 18, 2025 #2 In Style properties -> Node/forum list choose this: For two columns add something like this to extra.less template: Less: .node.node--depth2.node--forum .node-subNodeFlatList>li { width: 35%; } Instead of node--forum use node--category if your node with sub-forums is a category. Upvote 0 Downvote
In Style properties -> Node/forum list choose this: For two columns add something like this to extra.less template: Less: .node.node--depth2.node--forum .node-subNodeFlatList>li { width: 35%; } Instead of node--forum use node--category if your node with sub-forums is a category.