Theme editor

Guide XenForo Aligning XenForo Forum Subcategories

Kreathex

I love this place!
Corporate User
Thread owner
The subcategories on your forum may appear cluttered.
If you don’t like this type of layout, add the code below to the extra.less template of the theme you’re using.
Customize the part labeled width according to your preference.

Code:
.node-subNodeFlatList > li {
    display: inline-block;
    width: 30%;
    float: left;
}
 
Back
Top