Hi @BGObsession,
This is available only for XF 2.3 version: https://xenforo.com/community/resources/cxf-advanced-footer.5729/updates#resource-update-48717
Description:
Manage sticky threads in forums with some extra customizations.
Features:
enable or disable separator for sticky and normal threads
set the icon and its color for sticky and normal threads separator separately
set the height of the sticky threads area for desktop/laptop and...
BassMan submitted a new resource:
[cXF] Sticky Threads Manager - Manage sticky threads in forums with some extra customizations.
Read more about this resource...
In Style properties -> Node/forum list choose this:
For two columns add something like this to extra.less template:
.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.