Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Is it possible to change the width of columns in Kanban boards?

Esther Strom
Contributor
January 28, 2019

In Cloud, using a next-gen project as a demo. The board that's created by default is Kanban. Next-gen projects can only have three statuses: to do, in progress, and done. The board uses fixed-width columns, as far as I can tell, which means that the columns on a large monitor are very narrow, causing content to wrap, even though there's a ton of white space off to the right.

Is there any way to change the column widths, or make them responsive?

boardLayout.png

29 answers

26 votes
Berkay Somalı
Contributor
September 4, 2019

Responsive column width would be great!

14 votes
Nemanja Bubnjevic
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 23, 2019

Hi, is this going to be fixed/implemented, since it looks ridiculous, especially on large screens? For example on QHD resolution

kanban (1).png

10 votes
Jan Bennett
Contributor
February 15, 2020

I'm thinking of going back to Excel sheets.

7 votes
Marcin Waś
Contributor
April 12, 2021

This next-gen starts to look like lost-gen project. 2 years and still no adjustable columns... rubbish.

Marcin Waś
Contributor
October 10, 2021

Another half of year passed and I still do not see this basic functionality :(

Jim Credland
Contributor
January 27, 2022

Still not here :)

alex.walton
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 2, 2023

Did you give up waiting? 

Marcin Waś
Contributor
November 23, 2023

Yeah, I gave up waiting... the only change they did was with upgrade of layout which is much bigger that old one, so white space now is smaller. Also they removed old types of project, where columns adjusted their width. This is sad :(

3 votes
Nick Massie
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 9, 2021

Yall some hoes for not allowing us to resize columns.

Kevin Malm September 1, 2023

Amen.

2 votes
Fernando Henriques
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 25, 2023

vote +1

2 votes
Jérémie LOPEZ
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 27, 2023

Any news about this?
Any registered feature request we could vote for?

2 votes
Robert Antoniewicz
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 14, 2020

Please make it responsive, it is even painful to look at this :(

1 vote
Julian Reimer
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 27, 2024

Today I also created a next-gen project and this bugged me a lot. Since the seems not to be a solution I created css and inject it with a chrome extension e.g. "Styler".

This may not work for every configuration and also break if they change something in their code so you may need to adapt it:

 


[data-testid="insights-next-best-task.ui.task-panel.slide-panel.box"] + div {
  width: 100%;
}
[data-testid="platform-board-kit.ui.column.draggable-column.styled-wrapper"] + div {
  max-width: 100%;
}
[data-test-id="platform-card.ui.card.focus-container"] {
  max-width: 100%!important;
}
[data-testid="platform-board-kit.ui.column.draggable-column.styled-wrapper"] > :first-child {
  max-width: 100%!important;
}
[data-testid="platform-board-kit.ui.column.draggable-column.styled-wrapper"] > :first-child > :first-child {
  max-width: 100%!important;
}
[data-testid="platform-board-kit.ui.column.draggable-column.styled-wrapper"] {
  max-width: 100%!important;
}
Marcin Waś
Contributor
May 27, 2024

Nice
I'll try to use it.
Too bad, they didnt fix it for 5 years now...

Julian Reimer
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 27, 2024

Yeah that is really ridiculous...

I think that is the problem with monopolies, at some point they do not feel like they have to be customer friendly anymore :)

Pim van den Broek February 25, 2025

Had to add some, to fix the columns and issuecards

 


 

[data-testid="insights-next-best-task.ui.task-panel.slide-panel.box"] + div {
    width: 100%;
  }
  [data-testid="platform-board-kit.ui.column.draggable-column.styled-wrapper"] + div {
    max-width: 100%;
  }
  [data-test-id="platform-card.ui.card.focus-container"] {
    max-width: 100%!important;
  }
  [data-testid="platform-board-kit.ui.column.draggable-column.styled-wrapper"] > :first-child {
    max-width: 100%!important;
  }
  [data-testid="platform-board-kit.ui.column.draggable-column.styled-wrapper"] > :first-child > :first-child {
    max-width: 100%!important;
  }
  [data-testid="platform-board-kit.ui.column.draggable-column.styled-wrapper"] {
    max-width: 100%!important;
  }
 
  [data-testid="platform-board-kit.ui.board.scroll.board-scroll"] > section {
    width: 100% ;
  }
  [data-testid="platform-board-kit.ui.board.scroll.board-scroll"] > section > div:nth-child(2){
    width: 100% ;
  }
  [data-testid="software-context-menu.ui.context-menu.children-wrapper"] > div {max-width:100%;}
1 vote
Corin Bolles
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 6, 2023

+1

1 vote
Jim Credland
Contributor
August 24, 2022

Surely this can be done easily!

1 vote
Diogo Nunes
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 2, 2021

After almost 3 years waiting, it's clear we won't get it. Is there any hack we can do client side (some Javascript?) to change the CSS of the columns and have them use the full width?

1 vote
Cristin Iosif
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 5, 2021

+1

1 vote
Jamie Wetzel June 25, 2021

adding another vote for making Kanban board column width adjustable.

1 vote
tyler_healey
Contributor
February 8, 2021

You know why they've done it this way? It's because the next gen boards almost certainly are using Trello code and that was always an annoying thing about Trello – narrow as hell columns.

 

It's been 2 years since this question was asked and apparently wider columns is too "next-gen" for these Next Gen boards

0 votes
Moritz Lindenau December 16, 2024

+1

0 votes
yen.nguyen
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 21, 2022

+1 for adjustable column width

0 votes
Jeremy Tarpey
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 29, 2022

+1

0 votes
3layer Gestão Compartilhada September 10, 2021

+1

0 votes
Loïc Sombart
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 9, 2021

+1

0 votes
Gerald Eersteling
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 1, 2021

+1

0 votes
Innive EdFi
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 24, 2021

+1

0 votes
Dyno Fu
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 20, 2020

+1

0 votes
Fei Gao
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 16, 2020

vote +1

0 votes
Sebastian Schneider
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 9, 2020

+1 :-)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events