hi, any suggestions to implement this push-pull div example that reverses column order with my 4 column cardinal layout when browser resizes to 690px width?
http://getbootstrap.com/css/#grid-column-ordering
<div class=”row”>
<div class=”col-md-9 col-md-push-3″>.col-md-9 .col-md-push-3</div>
<div class=”col-md-3 col-md-pull-9″>.col-md-3 .col-md-pull-9</div>
</div>
——————————————–
[one_fourth]
[table type=”standard_minimal”]
[trow]
[tcol]
CONTENT
[/tcol]
[/trow]
[/table]
[/one_fourth]
[one_fourth]
[table type=”standard_minimal”]
[trow]
[tcol]
CONTENT
[/tcol]
[/trow]
[/table]
[/one_fourth]
[one_fourth]
[table type=”standard_minimal”]
[trow]
[tcol]
CONTENT
[/tcol]
[/trow]
[/table]
[/one_fourth]
[one_fourth_last]
[table type=”standard_minimal”]
[trow]
[tcol]
CONTENT
[/tcol]
[/trow]
[/table]
[/one_fourth_last]