Spacing Between Categories

Luke B

Active member
I'm sure this is going to be a "palm on forehead" moment but for the life of me I cannot find where to adjust this in the style properties. Below is what I'm looking for.

_r1_c1.webp

Thank you all :)
 
Only if you edit the template, and only if those templates are updated in the new release.

If you add any css changes to EXTRA.css then upgrades won't affect it.
 
Only if you edit the template, and only if those templates are updated in the new release.

If you add any css changes to EXTRA.css then upgrades won't affect it.
Ahhhh thank you Brogan. Would I be able to alter the code listed above by placing it into "EXTRA.css" ?
 
I placed the code listed above at the bottom of EXTRA.css and changed it to:

Code:
.nodeList .node.level_1
{
    margin-bottom: 15px;
}

But nothing happened on the site. What am I missing?
 
Top Bottom