Archived topic
using flexbox with grid results in undesired outcome
1 reply · Started by Chad Biggs on September 21, 2017
I have 4 divs set in 2 columns for desktop and tablet, but on mobile I have it set to mobile-grid-5 and mobile-grid-95, which should stack the 2 columns, but they remain side by side and the left div is sliding under the right div. Can you tell me what I have done wrong, please?
Setting it to mobile-grid-5 and mobile-grid-95 will do the opposite of stacking them - it will display them with those widths. You want to set it to mobile-grid-100 if you want to stack them.
Let me know if that makes sense or not :)