8 Columns in Twitter Bootstrap

前端 未结 10 2298
情深已故
情深已故 2020-12-08 19:35

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:

10条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-08 20:07

    Best way to deal with this is to create table and divide the section with vw and then use bootstrap grid inside it.

    My example is I wanted to divide layout into 63:37 ratio and again divide first part into 3 parts and second into two parts.

    So I created table with two columns with width 63vw and 37vw then use bootstrap grid inside it respectively.

    Loading
    Loading
    Loading
    Loading
    Loading

提交回复
热议问题