# The topic list doesn't need a category column

**URL:** https://meta.discourse.org/t/the-topic-list-doesnt-need-a-category-column/101352
**Category:** UX
**Created:** [11월 5, 2018, 9:31오후 UTC](https://meta.discourse.org/t/the-topic-list-doesnt-need-a-category-column/101352 "2018-11-05T21:31:50Z")
**Posts on this page:** 1
**Showing post:** 42

<div class="post-metadata">

### Author: ![LeoDavidson](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/leodavidson/32/119574_2.png) [@LeoDavidson](https://meta.discourse.org/u/LeoDavidson)
#### Post date: [12월 8, 2018, 1:09오전 UTC](https://meta.discourse.org/t/the-topic-list-doesnt-need-a-category-column/101352/42 "2018-12-08T01:09:28Z")

</div>

[Edit: Corrected the CSS to work on all categories.]  
[Edit2: Needed to add “display: block;” to the container after a recent Discourse change.]

I haven’t tested this much, as I only just did it, but I made this CSS change which others may find useful, if they dislike the new topic list layout.

Before:

 ![01_Before-50%25](https://global.discourse-cdn.com/meta/original/3X/5/1/515741e93f053e7bc52e0f7752b179bacde4eb8b.jpeg)

After:

 ![02_After-50%25](https://global.discourse-cdn.com/meta/original/3X/4/b/4b2d43587b2451af162c75acaa0609f63aff69d0.jpeg)

CSS code:

```css
.topic-list-item .link-bottom-line {
	float: right;
	margin-top: 0.2em;
	display: block;
}

.topic-list-item .link-bottom-line .badge-wrapper.bullet {
	float: right;
	margin-left: 1em;
}

.topic-list-item .link-bottom-line .discourse-tags {
	float: right;
	margin-left: 1em;
}

```

Add it as a Component here in the Admin / Customize / Themes area:

(n.b. CSS in screenshot is an older/ version. CSS in text above is the one to use. Screenshot is just to show you where to paste it.)

 ![03_CSS_Editor-50%25](https://global.discourse-cdn.com/meta/original/3X/9/a/9ac3c1ea0c2dc150992ac938e911a63856e91683.jpeg)

(I only added for **Desktop** as the new stock layout probably makes sense on phones.)

And then add that Component to some or all of your Themes in the same area.

---

_[View the full topic](https://meta.discourse.org/t/the-topic-list-doesnt-need-a-category-column/101352)._
