Bootstrap 3 Apply CSS on Mobile View Only

前端 未结 3 1213
执笔经年
执笔经年 2020-12-24 11:59

I\' am using Bootstrap 3, In the mobile view I would like to apply some CSS to fix up some bugs on mobile view. I have looked to documentations and Google it. I\' am can\'t

3条回答
  •  [愿得一人]
    2020-12-24 12:13

    There are also responsive utilities, you can add classes to certain elements to either show or hide them at certain viewport sizes.

    .hidden-xs or .visible-xs
    

    http://getbootstrap.com/css/#responsive-utilities

提交回复
热议问题