# Vertical Align Subcategory

**URL:** https://meta.discourse.org/t/vertical-align-subcategory/278396
**Category:** Support
**Created:** [September 9, 2023, 8:35am UTC](https://meta.discourse.org/t/vertical-align-subcategory/278396 "2023-09-09T08:35:57Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Sarah\_Jane\_Obligar](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sarah_jane_obligar/32/322409_2.png) [@Sarah\_Jane\_Obligar](https://meta.discourse.org/u/Sarah_Jane_Obligar)
#### Post date: [September 9, 2023, 8:35am UTC](https://meta.discourse.org/t/vertical-align-subcategory/278396/1 "2023-09-09T08:35:57Z")

</div>

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!

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [September 9, 2023, 8:53am UTC](https://meta.discourse.org/t/vertical-align-subcategory/278396/2 "2023-09-09T08:53:08Z")

</div>

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)

---

<div class="post-metadata">

### Author: ![Sarah\_Jane\_Obligar](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sarah_jane_obligar/32/322409_2.png) [@Sarah\_Jane\_Obligar](https://meta.discourse.org/u/Sarah_Jane_Obligar)
#### Post date: [September 9, 2023, 8:55am UTC](https://meta.discourse.org/t/vertical-align-subcategory/278396/3 "2023-09-09T08:55:13Z")

</div>

![image](https://global.discourse-cdn.com/meta/original/4X/0/2/7/0276e5271e0e59f8bf6c52bf629f0c3976ce5eb2.png)

I want my subcategories to look like this.

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [September 9, 2023, 9:20am UTC](https://meta.discourse.org/t/vertical-align-subcategory/278396/4 "2023-09-09T09:20:51Z")

</div>

I think that’s possible with CSS in a theme component. There’s a bit more info about that here:

> [@Boxes with Subcategories into Bulleted List](https://meta.discourse.org/t/boxes-with-subcategories-into-bulleted-list/160141/2):
>
> warning 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… slight_smile To stack them on top of each others: .category-box .subcategories { flex-direction: column; .subcategory { .subcategory-image-placeholder { display: none; } } } 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:

> [@Categories layout: subcategories as each new line item?](https://meta.discourse.org/t/categories-layout-subcategories-as-each-new-line-item/275506/3):
>
> Discourse’s moving toward a single category style (bullet), maybe I need to revisit my answer… thinking

---

<div class="post-metadata">

### Author: ![Sarah\_Jane\_Obligar](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sarah_jane_obligar/32/322409_2.png) [@Sarah\_Jane\_Obligar](https://meta.discourse.org/u/Sarah_Jane_Obligar)
#### Post date: [September 10, 2023, 12:45pm UTC](https://meta.discourse.org/t/vertical-align-subcategory/278396/5 "2023-09-10T12:45:59Z")

</div>

Thank you 🙂
