GuDron Super Moderator Staff member Super Moderator Jan 28, 2020 864 7 307 Language English Dec 27, 2021 #1 Xenforo 2 displays subforums in 2 columnAdde bellow code to the extra.less template? Less: .node-subNodeFlatList > li { margin-right: 0; width: 49%; }
Xenforo 2 displays subforums in 2 columnAdde bellow code to the extra.less template? Less: .node-subNodeFlatList > li { margin-right: 0; width: 49%; }
GuDron Super Moderator Staff member Super Moderator Jan 28, 2020 864 7 307 Language English Dec 27, 2021 #2 Xenforo 1 displays subforums in 2 column Adde bellow code to the extra.css template? Less: /*sub forums and articles*/ .node-subNodeFlatList >li { float: left; margin-right: 0; overflow: hidden; text-overflow: ellipsis; vertical-align: middle; white-space: nowrap; width: 50%; }
Xenforo 1 displays subforums in 2 column Adde bellow code to the extra.css template? Less: /*sub forums and articles*/ .node-subNodeFlatList >li { float: left; margin-right: 0; overflow: hidden; text-overflow: ellipsis; vertical-align: middle; white-space: nowrap; width: 50%; }