I\'m having some problems when trying to reorder columns using bootstrap, HTML and CSS.
Currently, my layout is something like this:
B and C are contain
Assuming "A" is taller as in your picture, just use pull-right on the other columns, and col-xs-12 to ensure full width on mobile...
pull-right
col-xs-12
Demo
B A C