Grid Columns not responsive
Can anyone see why my form is not responsive...
Solution:Jump to solution
I guess it's a CSS Grid thing. If you define your grid as "cols: 1" but then have a column with "start 2 / span 2" your grid will be 4 cols wide
4 Replies
Probably because you have columns and grid? If you remove the last ->columns() off does it change?
It hasn't. Still the same output
Solution
I guess it's a CSS Grid thing. If you define your grid as "cols: 1" but then have a column with "start 2 / span 2" your grid will be 4 cols wide
Ah yeah, I have a column start that I overlooked. Thank you
