XF 1.2 How to close the node gap

Morgain

Well-known member
Licensed customer
I cant close the gaps in the node tree. They are a few px under each set of forums, before the next category strip.
How please?

Have fiddled with Category Strip in Style Props (and searched here).
Tried looking at components. Tried a few things in EXTRA.
 
Can you post a link to page showing that space...or if that is not an option, a screenshot with an arrow pointing to the space which you would like to close up?
 
Try this, it should butt the bottom of the node list in each group to the top of the next category strip.

Code:
.nodeList {
    margin-bottom: -20px;
}
 
Back
Top Bottom