bootstrap-5-columns

Bootstrap five columns layout. Compatible with Bootstrap >= 3.2.0


Keywords
bootstrap, grid, five, columns, 5-columns
License
MIT
Install
bower install bootstrap-5-columns

Documentation

bootstrap-5-columns

Bootstrap five columns layout. This is inspired by this SO answer.

It levarages Bootstrap's own LESS mixin functions is the cleanest and more future-proof solution. Furthermore it gives you all the offset, pull, push classes as well. A quick look at the source code reveals that I can achieve that easily with what you can see in ./less/bootstrap-5-columns.less.

View the DEMO!

Instructions

  1. Install with bower: bower install bootstrap-5-columns
  2. Import dist/bootstrap-5-columns.min.css
  3. Use the classes at your will!

Compatibility

I have tested it against Bootstrap >= 3.2.0, but it may be fine for earlier versions too. Let me know if you find it out!