0

Found some div tag below way

<div class="col-6 col-sm-12 col-md-12 col-lg-6">

what does col-6 denote? Know in bootstrap we can provide col-xs-* or col-sm-, col-md-, col-lg-* in the bootstrap but if i use col-6 will it apply to smart phone or tablets or laptops or desktops size?

PM 77-1
  • 12,933
  • 21
  • 68
  • 111
Arav
  • 4,957
  • 23
  • 77
  • 123
  • Looks like a mistake. That's not valid grid class notation in Bootstrap 2 or 3 AFAIK. – Rodney G Feb 26 '15 at 03:29
  • Where did you find it. I think its was just a typo, or someone modified the css so that without -xs it would apply to the smallest breakpoint – skribe Feb 26 '15 at 03:29

1 Answers1

1

Just checked it doesnt exist in bootstrap, so you might have entered a typo in your css or maybe in the html, inspect it to see its css properties.

Also what version of bootstrap are you using?

jsg
  • 1,224
  • 7
  • 22
  • 44