How can I set up 8 equal columns in the latest version of Twitter bootstrap.
I can create 4 equal columns by doing the following but don\'t get how I can get 8:
As BenM said above, Bootstrap uses a 12 column grid system, which won't divide cleanly into 8 equal columns.
If you absolutely require 8 columns, it might be worth checking out this, or even rolling your own.