Justify Column Centering Not Working

I’m trying to evenly space out these three columns across the screen. I wanted to accomplish this by using a row of columns and a justify tag.


Here is how it currently looks and the code for it. As you can see theres a lot of space on the right, and I can’t get the columns to space out. Any help would be greatly appreciated.

Hi @hschindele
Could you show the layout where you are sending the return of the callback? :thinking:


Sure thing

Hey @hschindele

I’m not sure if this is the cause of your issue, but the dbc.Row must have into a dbc.Container.

Tip: use the </> icon in the toolbar of the message to share code in order to allow others to copy and paste your code to easy avaluate it, see this link to get more answers: