XF 1.2 Side by Side node for a specific category

I got this:

PkhOCdz.png


Code:
.node_88 .nodeText { margin-right: 0 !important; }
.node_88 .nodeLastPost, .node_187 .tinyIcon { display: none !important; }
.node_88 .forum.level_2,
.node_88 .page.level_2,
.node_88 .category_forum.level_2 {
width: 50%;
float: left;
min-height: 60px;
}
.nodeList .node.level_1 { clear: both; }
 
Top Bottom