Resource icon

UI.X2 Column sub-forums

Do you have another solution?

This code does not work in extra.less on my UI.X

CSS:
.node-subNodesFlat {
    display: block;
}
.node-subNodeFlatList li {
    width: 45%;
    float: left;
}
 
Top Bottom