doing my 1st responsive design and is something like this possible in bootstrap 3. Change this on lg:
[a] [ ] [b] [ c ] [ ]
to th
In your HTML markup, place the [c] between [a] and [b]. Add class 'pull-left' to a and b. Add class 'pull- right' to c. Finally, contain them in a div that defines breakpoints e.g class='col-sm-12 col-md-12'.