Stop Large-device column width auto adjustment to 100%
-
Hi There,
At the moment columns on large-device view is forced to total 100% per row. This is causing a stacking problem for some odd amounts of columns.I’ll try to explain:
There are 5 units (columns).
On large-device I would like columns to stack [3] x [2]
Then medium-device stack to [2] x [2] x [1], small will go singles.At the moment the 100% auto calculation is stopping this stacking from working as it will force all 5 units in one row for large-device.
When I try using two rows instead with 3 units in one and two in the other, this only works for large-device. On medium-device the second row will not bump up and you get [2] x [1] + [2] instead, because the 2 rows will now display in-line so to speak.
Is there a way we can get this grid configure to work?
Another example is 6 units where
on large we want [3] x [3] and medium [2] x [2] x [2]. Even though the are 6 equal pieces, we never want them on the same row.or Put differently, how can we force separate rows to display inline on large devices.
- The topic ‘Stop Large-device column width auto adjustment to 100%’ is closed to new replies.