# Topic metadata alignment problem in the topics list on home page

**URL:** https://meta.discourse.org/t/topic-metadata-alignment-problem-in-the-topics-list-on-home-page/49204
**Category:** UX
**Created:** [25.Август.2016 15:00:18 UTC](https://meta.discourse.org/t/topic-metadata-alignment-problem-in-the-topics-list-on-home-page/49204 "2016-08-25T15:00:18Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![meglio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/meglio/32/71444_2.png) [@meglio](https://meta.discourse.org/u/meglio)
#### Post date: [25.Август.2016 15:00:18 UTC](https://meta.discourse.org/t/topic-metadata-alignment-problem-in-the-topics-list-on-home-page/49204/1 "2016-08-25T15:00:18Z")

</div>

For some reason, not all topic metadata is aligned to the right, please see an example below:

 ![](https://global.discourse-cdn.com/meta/original/3X/5/1/5118b86bca0b52146b3b50c49df49f082f6e349b.jpg)

---

<div class="post-metadata">

### Author: ![OzRamos](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ozramos/32/121551_2.png) [@OzRamos](https://meta.discourse.org/u/OzRamos)
#### Post date: [27.Август.2016 03:07:54 UTC](https://meta.discourse.org/t/topic-metadata-alignment-problem-in-the-topics-list-on-home-page/49204/2 "2016-08-27T03:07:54Z")

</div>

You can try adding a bit of custom CSS

1. Visit Admin \> Customize \> CSS/HTML:  

2. Click “+ New”

3. Click “CSS”

4. Add the following: `body .topic-list .num {text-align: right;}`

5. Save

6. At the bottom there’s a new “enabled?” checkbox, click that and save again:  
 ![](https://global.discourse-cdn.com/meta/original/3X/5/0/509f8823c3dd2618b41273cbd38548fd34b281b1.png)

---

<div class="post-metadata">

### Author: ![meglio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/meglio/32/71444_2.png) [@meglio](https://meta.discourse.org/u/meglio)
#### Post date: [27.Август.2016 05:36:34 UTC](https://meta.discourse.org/t/topic-metadata-alignment-problem-in-the-topics-list-on-home-page/49204/3 "2016-08-27T05:36:34Z")

</div>

If it is a feature, what is the logic behind it?

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [29.Август.2016 08:52:44 UTC](https://meta.discourse.org/t/topic-metadata-alignment-problem-in-the-topics-list-on-home-page/49204/4 "2016-08-29T08:52:44Z")

</div>

Thanks, I just pushed a fix 🍌

[https://github.com/discourse/discourse/commit/6c8e6e9d2adb0d1dda36da74bbaa86f0b7d05ab0](https://github.com/discourse/discourse/commit/6c8e6e9d2adb0d1dda36da74bbaa86f0b7d05ab0)

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [29.Август.2016 08:52:46 UTC](https://meta.discourse.org/t/topic-metadata-alignment-problem-in-the-topics-list-on-home-page/49204/5 "2016-08-29T08:52:46Z")

</div>


