Blog » Did You Know: Bootstrap Grid Breakpoints

Did You Know: Bootstrap Grid Breakpoints

One of the nice things about Bootstrap is it’s grid system and how it can be leveraged to do some pretty cool things as you move from device to device. Aside from knowing that the standard measure is for 12 columns wide, it is also important to know what the breakpoints are for each size.
Bootstrap uses 4 different classes to accomplish this.

  • Extra Small has a breakpoint for displays of less than 768px (many/most phones in portrait mode)
  • Small has a breakpoint between 768px and 991px (appropriate for most tablets)
  • Medium has a breakpoint between 992px and 1199px (laptops and desktops with small screens)
  • Large has a breakpoint greater than 1200px (suitable for the modern laptop or desktop)

If you don’t apply a breakpoint to a column,then the default behavior is to stack the columns.
You can use multiple breakpoint classes in a div so that you can have different behaviors for different sized screens but just remember, the lowest appropriate breakpoint is going to win.

Michael Gibbs
Stalk Me...
Latest posts by Michael Gibbs (see all)