I\'m building a site in Bootstrap 3. Is there anyway to make a element use the class pull-left on smaller devices and use pull-right on larger ones?
Something like:
Possibly you can use column ordering.
.col-md-9 .col-md-push-3 .col-md-3 .col-md-pull-9
Looks like floating columns will be getting added to version 4 by like @Alex has done - https://github.com/twbs/bootstrap/issues/13690