LoginSignup
4
4

More than 5 years have passed since last update.

Bootstrap使ってる場合に、スマホでの見た目をPCビューにする方法

Last updated at Posted at 2015-04-21

全然需要ないかもだけど、自分用メモとして。

Bootstrap使っててレスポンシブしたくないなぁ、って時は、
こんな感じでやればいいと書いてある。

1, Viewportを削除
2, .containerのwidthを固定(例:width: 960px !important;)
3, Bootstrapのテンプレートであるスマホ用のハンバーガーメニューは削除
4, グリッドレイアウトを使う場合は全て .col-xs-* を使う

これでスマホで見た時にPCビューになります。
3は別にやらなくても対応できた。

Googleがスマホ対応しないと怒るよって言われている時代に、
なんか事情があってスマホ対応できない人がいたらご参考までに。

4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4