Bootstrap, pull-left for small devices

前端 未结 7 749
名媛妹妹
名媛妹妹 2020-12-05 00:31

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:

7条回答
  •  旧巷少年郎
    2020-12-05 00:55

    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

提交回复
热议问题