So here's what I have in a LG design.
+-----+-----+
| A | B |
+-----+-----+
| C | D |
+-----+-----+
I want to reorder it in a MD design to look like this:
+---------+---------+
| A |
+---------+---------+
| C | D | B |
+-------------------+
Is there a way for me to push "B" from the first row to the second, in that position? :)