# Categories show abnormal

**URL:** https://meta.discourse.org/t/categories-show-abnormal/42330
**Category:** Support
**Created:** [April 10, 2016, 10:08am UTC](https://meta.discourse.org/t/categories-show-abnormal/42330 "2016-04-10T10:08:58Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![DanteZii](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dantezii/32/81726_2.png) [@DanteZii](https://meta.discourse.org/u/DanteZii)
#### Post date: [April 10, 2016, 10:08am UTC](https://meta.discourse.org/t/categories-show-abnormal/42330/1 "2016-04-10T10:08:58Z")

</div>

Categories on the left, how do I adjust it to the right, you can share css code?  
1.categories abnormal(my)

 ![](https://global.discourse-cdn.com/meta/original/3X/d/6/d67c6652439b6691e911d716fcb5547d260f6279.png)  
2 categories right ![](https://global.discourse-cdn.com/meta/original/3X/1/b/1b96fa3c37208ea23583ea3f130b27d35dc43b9a.png)

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [April 10, 2016, 11:58am UTC](https://meta.discourse.org/t/categories-show-abnormal/42330/2 "2016-04-10T11:58:44Z")

</div>

This should right-align them.

```plaintext
table.topic-list td.category { text-align: right; }

```

---

<div class="post-metadata">

### Author: ![DanteZii](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dantezii/32/81726_2.png) [@DanteZii](https://meta.discourse.org/u/DanteZii)
#### Post date: [April 10, 2016, 12:23pm UTC](https://meta.discourse.org/t/categories-show-abnormal/42330/3 "2016-04-10T12:23:53Z")

</div>

👏👏👏thx u

---

<div class="post-metadata">

### Author: ![DanteZii](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dantezii/32/81726_2.png) [@DanteZii](https://meta.discourse.org/u/DanteZii)
#### Post date: [April 10, 2016, 12:56pm UTC](https://meta.discourse.org/t/categories-show-abnormal/42330/4 "2016-04-10T12:56:02Z")

</div>

![](https://global.discourse-cdn.com/meta/original/3X/1/1/11a0b76fd8790b63a4bf399996cc6b74256108c0.png) so sry 😅

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [April 10, 2016, 1:02pm UTC](https://meta.discourse.org/t/categories-show-abnormal/42330/5 "2016-04-10T13:02:33Z")

</div>

Yeah, that happens when you right align things. Hence why they were originally left aligned.

---

<div class="post-metadata">

### Author: ![DanteZii](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dantezii/32/81726_2.png) [@DanteZii](https://meta.discourse.org/u/DanteZii)
#### Post date: [April 10, 2016, 1:37pm UTC](https://meta.discourse.org/t/categories-show-abnormal/42330/6 "2016-04-10T13:37:21Z")

</div>

o add padding-left or padding-right?

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [April 10, 2016, 1:58pm UTC](https://meta.discourse.org/t/categories-show-abnormal/42330/7 "2016-04-10T13:58:58Z")

</div>

Your better option will probably be trying to increase the width of the title column and reduce the category width

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [April 10, 2016, 2:45pm UTC](https://meta.discourse.org/t/categories-show-abnormal/42330/8 "2016-04-10T14:45:50Z")

</div>

You will want to target

```plaintext
/* topic column */
table.topic-list th.default, table.topic-list td.main-link { width: whatever; min-width: whatever; }

/* category column */
table.topic-list th.category, table.topic-list td.category { width: whatever; min-width: whatever; }

```

---

<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: [June 8, 2024, 12:45pm UTC](https://meta.discourse.org/t/categories-show-abnormal/42330/9 "2024-06-08T12:45:44Z")

</div>

This topic was automatically closed after 2981 days. New replies are no longer allowed.
