Sorting subcategories one under the other?

I previously did this with CSS code on a forum I opened with the Discourse infrastructure, but I can’t find those codes right now. Can anyone help?
Like that.

Discourse Sub1
Discourse Sub2
Discourse Sub3

Do you mean, from this:

image

to this:

image

?

2 Likes

yes that’s right I meant that :heart_eyes:

You can try this CSS:

.category-list .subcategories {
    display: flex;
    flex-direction: column;
}
3 Likes

Thank you so much @Arkshine :heart:
Can I ask for your help on one more issue?

Maybe it’s simple for you, what’s difficult for me.
Please see my message at the end of the topic.