Question

Is it possible to reorder content from within a parent container to outside of parent?

I want to move content box 3, 4 & 5 from within content box 2 into content box 0 (which is after 1 & 2)

An illustration of my code

Note: I'm only targeting mordern browsers (IE10+)

I have a working example or reordering content within the same parent content box.

Codepen: http://codepen.io/calebo/full/HAzyr

Was it helpful?

Solution

No. Flex items can only be rearranged with their siblings.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top