hhlp
November 13, 2020, 10:54am
1
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.,
osioke
(Osioke Itseuwa)
November 13, 2020, 11:01am
2
Try inspecting with your browser’s dev tools to find the CSS to target and then adjust accordingly. You may find this guide useful.
Want to make some CSS changes on your Discourse site but not sure where to start? You’ve come to the right place!
You only need to read this topic if you’re very new to CSS. If you already know how to write and add CSS to your Discourse site, then you will most likely not need to read this topic.
We’ll cover a few subjects.
We’ll start with a brief introduction of what CSS is and some terms that you need to know. We will then move on to how you can add CSS to your Discourse site. Final…
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