Home › Forums › CSS › Bootstrap 3 – targeting mobile sites › Reply To: Bootstrap 3 – targeting mobile sites
September 16, 2013 at 4:29 am
#150191
Inactive
Hey,
If you wanna do that you have to use .col-xs-*
classes only. So don’t use any other column classes like .col-sm-*
, .col-md-*
, .col-lg-*
.
Regards ;]