Render content in columns

Render content in columns

Is there a way to control the sizes of the tables? Now it’s “just” auto adjust to the content. Meaning if I change the title, etc. the column width is changing every time.

I love the simple way of dividing the pages using


or —, but I need to control the division, like this > milligram grids

Is there good simple way to achieve this for a newbie?

I actually meant this https://chrisnager.github.io/ungrid/ and not Milligram, but I can’t edit the post.

That recipe is just a way to solve that problem. You can use the index of that for loop (http://twig.sensiolabs.org/doc/tags/for.html#the-loop-variable) and check which iteration it is (which column it is), add a class to the HTML tag, and add some CSS that targets it to have a set width

Alright, thanks. I will see what I can come up with