Get cells to flex the way I would like

I am working on a simple 4x1 grid and the way I have it set up I would like the cells to form into a 2x2 when they get cut off of the screen. I have the default breakpoint at 1200px. But when it is close to this point the furthest left & right cells are cut off. See photo attached. I would like to know how best to remedy this so that the full cells are visible (whether on a 1920px width or a 1200px width screen) by either switching them to a 2x2 row or wrapping text so that they all fit.

Thanks!

Hello Sterling,

Thanks for writing in!

I would highly recommend that you check out our video tutorials here first:

The Grid size must be set to a fixed value instead of just using auto:

Your Grid layout must also be set responsively to display 4 columns on large screens, 2 columns on small screens, and 1 column on the phone.

If you are not familiar with the Responsive Styling, please check this out:

Best Regards.

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