Responsive layout inside a grid
Posted: Thu Dec 20, 2018 3:21 pm
Is a responsive layout inside of a grid row possible?
I attempted to add it, and it seems like the layout just sets on top of the grid as a whole rather than in a specific row.
I was hoping to setup a grid that behaves as normal in full screen, stack some items in tablet, and stack even more for mobile.
For example:
FullScreen:
Col1 | Col2 | Col3 | Col4 | Col5 | Button1 | Button2
Tablet:
Col1 | Col2 | Col3 | Button1
Col4 | Col5 | Button2
Mobile:
Col1 | Col2 | Col3
Button1 | Button2
I attempted to add it, and it seems like the layout just sets on top of the grid as a whole rather than in a specific row.
I was hoping to setup a grid that behaves as normal in full screen, stack some items in tablet, and stack even more for mobile.
For example:
FullScreen:
Col1 | Col2 | Col3 | Col4 | Col5 | Button1 | Button2
Tablet:
Col1 | Col2 | Col3 | Button1
Col4 | Col5 | Button2
Mobile:
Col1 | Col2 | Col3
Button1 | Button2