Can I give the col-md-1.5 in bootstrap?

前端 未结 11 1426
忘了有多久
忘了有多久 2020-12-07 22:08

I want to adjust the columns in Twitter Boοtstrap.

I know in bootstrap there are 12 columns grid. Is there any way to manipulate the grids to have 1.5 3.5 3.5 3.5 i

11条回答
  •  Happy的楠姐
    2020-12-07 22:11

    Bootstrap has column offsets, so if you want columns with equal width without specifying size use this.

    col
    col
    col
    col

    Also check out this link https://getbootstrap.com/docs/4.0/layout/grid/#all-breakpoints

提交回复
热议问题