How do I bottom-align grid elements in bootstrap fluid layout

前端 未结 10 1689
你的背包
你的背包 2020-12-04 10:21

I have a fluid layout using Twitter\'s bootstrap, wherein I have a row with two columns. The first column has a lot of content, which I want to fill the span normally. The

10条回答
  •  既然无缘
    2020-12-04 10:35

    Well, I didn't like any of those answers, my solution of the same problem was to add this:

     
    . So in your scheme it would look like this (more or less), no style changes were necessary in my case:

    -row-fluid-------------------------------------
    +-span6----------+ +----span6----------+
    |                | | +---div---+       |
    | content        | | | & nbsp; |       |
    | that           | | +---------+       |
    | is tall        | | +-----div--------+|   
    |                | | |short content   ||
    |                | | +----------------+|
    +----------------+ +-------------------+
    -----------------------------------------------
    

提交回复
热议问题