How to set a container to 'Justify-content: space-evenly'?

i tried with css and it doesn’t work. what is the work around right now they have all the other justifies except that one.

It would be helpful to see a screenshot of what you put in the CSS field. :smile: Your title is missing the ; at the end, so not sure if you’re also missing that in your CSS.

I think this is space-evenly, right?

that’s space-around

Adding it to the custom CSS adds it to the wrapper instead of the div…
Until this is improved, a workaround would be to add a class to your div and target it with custom css (in an HTML Embed or header of your site)