.node .nodeText {
margin-right: 0 !important;
}
.node .nodeLastPost,
.node .tinyIcon {
display: none !important;
}
.node .forum.level_2,
.node .page.level_2,
.node .category_forum.level_2 {
width: 49%;
float: left;
min-height: 70px;
}
.nodeList .node.level_1 {
clear: both;
}
Add this to EXTRA.css:
Code:.node .nodeText { margin-right: 0 !important; } .node .nodeLastPost, .node .tinyIcon { display: none !important; } .node .forum.level_2, .node .page.level_2, .node .category_forum.level_2 { width: 49%; float: left; min-height: 70px; } .nodeList .node.level_1 { clear: both; }
The CSS will need to be adapted to suit, this may mean adding other node types, changing the min-height, etc.
Further tweaks can be made in Style Properties.
The result of the above simple code is as follows:
View attachment 27746
Add this to EXTRA.css:
Code:.node .nodeText { margin-right: 0 !important; } .node .nodeLastPost, .node .tinyIcon { display: none !important; } .node .forum.level_2, .node .page.level_2, .node .category_forum.level_2 { width: 49%; float: left; min-height: 70px; } .nodeList .node.level_1 { clear: both; }
The CSS will need to be adapted to suit, this may mean adding other node types, changing the min-height, etc.
Further tweaks can be made in Style Properties.
The result of the above simple code is as follows:
View attachment 27746
does anyone know a way of getting this split for a certain node
How is it possible to get the .node .nodeLastPost and .node .tinyIcon to display directly under the node title?
Is it possible to include the latest thread underneath the forum?Add this to EXTRA.css:
Code:.node .nodeText { margin-right: 0 !important; } .node .nodeLastPost, .node .tinyIcon { display: none !important; } .node .forum.level_2, .node .page.level_2, .node .category_forum.level_2 { width: 49%; float: left; min-height: 70px; } .nodeList .node.level_1 { clear: both; }
The CSS will need to be adapted to suit, this may mean adding other node types, changing the min-height, etc.
Further tweaks can be made in Style Properties.
The result of the above simple code is as follows:
View attachment 27746
We use essential cookies to make this site work, and optional cookies to enhance your experience.