Sorting subcategories one under the other?

Eskiden discourse altyapısı ile açtığım forumda bunu css kodları ile yapmıştım, fakat şu an o kodları bulamıyorum. Yardımcı olabilecek var mı ?
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.