I am trying to reorder div tags with Bootstraps push/pull classes. This stackoverflow answers it to an extent:
Reordering divs responsively with Twitter Bootstrap?
But I don't think the answer is complete. Yes, it moves the divs to the correct spot, but as soon as you add content to the the div labled "B", it pushes down the div labeled "C".
How do you keep "C" directly under "A" without having "B" push it down?
Example: http://www.bootply.com/WYZUhmD0Ft
I was able to use "pull-right" and "pull-left" instead and they work. However, they are not responsive and require additional css to work at different breakpoints.