XF 2.1 Box Nodes

Xyphien

Well-known member
How would you go about getting box nodes like this to show up on your style?
193439

I've tried
Code:
.node {
    height: 250px;
    display: table;
    margin-right: 1%;
    width: 49%;
    float: left;
    min-width: 49%;
    background: #292929;
    border-radius: 5px;
}
But I seem to only get
193442
 
Back
Top Bottom