Sorry for any language issues in my English.
This shows my regular grid:
-------------------------------
| A | B | C |
-------------------------------
| D (horizontal menu) |
-------------------------------
Is it possible to display like this for XS screen?
---------
|A |
---------
|D menu |
---------
|B |
---------
|C |
---------
Check out the sample code here
If rearranging between containers is not an option, how can I achieve this using JavaScript?