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

前端 未结 11 1418
忘了有多久
忘了有多久 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条回答
  •  春和景丽
    2020-12-07 22:31

    This question is quite old, but I have made it that way (in TYPO3).

    Firstly, I have made a own accessible css-class which I can choose on every content element manually.

    Then, I have made a outer three column element with 11 columns (1 - 9 - 1), finally, I have modified the column width of the first and third column with CSS to 12.499999995%.

提交回复
热议问题