Hello there! I’m looking for some help with aligning my subcategories in a vertical manner. Would anyone be willing to assist me by providing some guidance on how to accomplish this? Thank you!
Could you be more specific? Where/on what page would you like them aligned vertically? (if you can draw up a crude mockup that may also help)
I want my subcategories to look like this.
I think that’s possible with CSS in a theme component. There’s a bit more info about that here:
Edit: as of 11/9/2023: Category styles other than squared bullets are or will be discontinued/unavailable in the short future.
I’m replying to this later, but better late than never…
To stack them on top of each others:
.category-box .subcategories {
flex-direction: column;
.subcategory {
.subcategory-image-placeholder {
display: none;
}
}
}
[image]
As for a bulleted list, it will depend on what style you use for your categ…
Though there’s a chance it will need a little update in the future if we move to a single category style:
Discourse’s moving toward a single category style (bullet), maybe I need to revisit my answer…