Column "jumps" too early

Hey,

I´ve added some CSS to mak a bigger gap between my columns.

but now the third column jumps into the next row way to early.

Instead of just one column jumging it should just stagger all columns once the screen gets too small. (like on mobile)

any idea?

Thx

Hi Nikolaus,

Thanks for reaching out.

It’s due to 30px margin you have added to each column. Please use padding instead of margin. The columns should stay responsive by letting it use the default percentage margins.

Thanks!

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