vertical-align with Bootstrap 3

后端 未结 25 2958
庸人自扰
庸人自扰 2020-11-21 05:34

I\'m using Twitter Bootstrap 3, and I have problems when I want to align vertically two div, for example — JSFiddle link:

25条回答
  •  没有蜡笔的小新
    2020-11-21 05:40

    Flex behaviors are natively supported since Bootstrap 4. Add d-flex align-items-center in the row div. You no longer need to modify your CSS content.

    Simple example: http://jsfiddle.net/vgks6L74/

    
    
    Big
    Small

    With your example: http://jsfiddle.net/7zwtL702/

    
    
    Big
    Small

    Source: Flex · Bootstrap

提交回复
热议问题