Can you put more than 6 columns inside a container?

Hello.

Is it possible to put a custom number of columns inside a container? The maximum seems to be six. I have a row of images to display.

Thanks in advance.
Will

Hey @WillPrice

If you give your column row div a width of say, 50% of the container, then you should be able to put two “rows” of columns side by side.

Make sure to style it at the different breakpoints as well. You can put as many columns as you’d like, just make sure to account for the mobile view as well.

Excellent. That works great. With a bit of % fiddling for spacing.

Thanks Waldo.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.