1
小さなデバイスで列を並べ替える必要があります。私はcol-sm-push
とcol-sm-pull
を使用しようとしていますが、これは動作しません。理由はわかりません。ブートストラップで列を並べ替える方法
<div class="row no-margin white max-width">
<div class="col-xs-12 col-sm-12 col-sm-push-12 col-md-6 no-padding">
<div class="image">
A
</div>
</div>
<div class="col-xs-12 col-sm-12 col-sm-pull-12 col-md-6 no-padding">
<div class="item">
<div class="title">
</div>
<div class="info">
B
</div>
</div>
</div>
</div>
何が問題ですか?
はあなたにmd
画面サイズに
可能な複製をプッシュプルという順序を設定する必要があります[どのように私はブートストラップ3列の順序を変更できますかモバイルレイアウトで?](http://stackoverflow.com/questions/20171408/how-do-i-change-bootstrap-3-column-order-on-mobile-layout) – vanburen
[グリッドの位置を入れ替えるブートストラップを使って上下に並んでいます](http://stackoverflow.com/questions/ 41096317/swap-the-of-grid-of-side-by-side-to-top-and-bottom-using-boots) – Banzay