Howto add a GAP between Categories

I’ve had 7 Categories but there are separated by a fine underline that it almost invisible and I would like a little spaces between then to get more visibility and clearly respectively

this is what i get and the arrow indicate where I can add the GAP between Categories:

desktop category page style: Categories and Latest topics
category style: Bullet

Is this possible?

Regards.,

Try inspecting with your browser’s dev tools to find the CSS to target and then adjust accordingly. You may find this guide useful.

2 Likes

Check our CSS at: Categorias - FórumSCP

Basically you need these:

border-collapse: separate;
border-spacing: 0px 1em;

But maybe someone has a better approach.

5 Likes