XenForo Tutorials

Subsections in the column

Submitted by Yondu, , Thread ID: 197752

Yondu
Marry Poppins Y'all
Administrators
Level:
35
Reputation:
190
Posts:
1.52K
Likes:
329
Credits:
3.5K
12-02-2021, 09:07 PM
#1
We display subsections in two or three columns.

1. We need to change the subsection output in the style settings.
Appearance - Style settings - List of sites / forums, select the item: Display the list of sub-forums under the node

2. Use the extra.less template for output to the bar.
To output in two columns:

Code:
.node .node-subNodeFlatList li {
  float: left;
  margin: 2px 0 2px 2%;
  width: 45%;
}

To output in three columns:
Code:
.node .node-subNodeFlatList li {
  float: left;
  margin: 2px 0 2px 2%;
  width: 31%;
}
[Image: wsUuw16j6oyxLLRnnK.gif]

Users browsing this thread: 1 Guest(s)