Quantcast
Channel: Active questions tagged flexbox - Stack Overflow
Viewing all articles
Browse latest Browse all 1675

Flexbox: How can I re-order my divs and have them on multiple rows for mobile?

$
0
0

With flexbox, how can I?:

Desktop: Div one, Div two & Div three in a row.

Mobile: Div one & Div two next to each other, with Div three underneath them.

Desktop

`<div class="parent flex items-center justify-between"><div class="flex flex-1>Div one</div><div class="flex flex-1 sm:order-last sm:flex-col">Div two</div><div class="flex flex-1>Div three</div></div>`

Mobile

`<div class="parent flex items-center justify-between"><div class="flex flex-1">Div one </div><div class="flex flex-1">Div three </div><div class="flex flex-1 sm:order-last sm:flex-col">Div two</div></div>`

enter image description here


Viewing all articles
Browse latest Browse all 1675

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>