# Kanban Board

**URL:** https://meta.discourse.org/t/kanban-board/118164
**Category:** Theme component
**Tags:** pr-welcome, official, kanban-board
**Created:** [May 19, 2019, 7:58pm UTC](https://meta.discourse.org/t/kanban-board/118164 "2019-05-19T19:58:42Z")
**Posts on this page:** 1
**Showing post:** 301

<div class="post-metadata">

### Author: ![nathank](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nathank/32/290039_2.png) [@nathank](https://meta.discourse.org/u/nathank)
#### Post date: [April 12, 2026, 10:46pm UTC](https://meta.discourse.org/t/kanban-board/118164/301 "2026-04-12T22:46:23Z")

</div>

> [@mcwumbly](#):
>
> It should work pretty well with Horizon.

I’ve been using it pretty happily with Horizon.

I recall that I needed to tweak it a bit in order to get a wider view of the Kanban though, as Horizon is a bit tight horizontally in the middle. This is the CSS I used:

```css
// Allows Kanban view to take up whole width of main container and controls the column width
@media (min-width: 40rem) {
    body.kanban-active:not(.has-full-page-chat,.wizard) #main-outlet-wrapper #main-outlet>*:not(.experimental-screen,.activate-account) {
        max-width: none;
    }
}
.discourse-kanban-container .discourse-kanban-list {
    width: 350px;
}

```

---

_[View the full topic](https://meta.discourse.org/t/kanban-board/118164)._
