doesnt_matter
doesnt_matter

Reputation: 121

Bootstrap Maximum number of columns

What is the maximum number of columns in bootstrap?

Can I increase it to have unlimited or 30/40 columns on a single page?

thanks everyone for answers, can anyone please include a quick fiddle as it will help others (I am very stupid)

Upvotes: 3

Views: 10162

Answers (2)

PM 77-1
PM 77-1

Reputation: 13334

Bootstrap's standard grid is based on 12 columns. Each column, however, can be split into up to 12 sub-columns and so on.

Upvotes: 4

Waynn Lue
Waynn Lue

Reputation: 11375

You can customize the number of columns in bootstrap by downloading a customizable version and setting @grid-columns to your desire value. You can change that here: http://getbootstrap.com/customize/#grid-system

Upvotes: 3

Related Questions