Responsive Columns - no stacking one over one

Is there a way to make columns not stack across the whole site? Maybe it’s a simple box I’m missing, but I’m finding it frustrating that rows that are split into 4 columns for example stack one on top of the other. I would prefer to not have to do css code for every type of column breaks (2, 3, 4, 5, etc). Please help.

Hi @steffenharris,

Thank you for writing in,

No that is not possible, columns has different width, so you need a custom CSS for each column size (at least they should have a different CSS for the width), try the solution provided here.

Here’s the thing, that is the responsive behavior of the Theme, if you alter that especially if it’s a site-wide alteration, more likely this will cause more issue, than solution.

I advise that you just apply this to sections that you need to.

Cheers!

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