Twitter Bootstrap - Position issue with row-fluid

后端 未结 6 1987
借酒劲吻你
借酒劲吻你 2021-02-04 14:56

I\'m currently building a website using Twitter bootstrap (which is amazing!). I had the layout using:

6条回答
  •  独厮守ぢ
    2021-02-04 15:17

    .row-fluid [class*="span"]:first-child {
    margin-left: 0;
    }
    

    It only removes margin for the first child so you will need to add another class or change span6 to have margin-left:0;

提交回复
热议问题