Twitter Bootstrap - Position issue with row-fluid

后端 未结 6 1989
借酒劲吻你
借酒劲吻你 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:37

    If the app can't count elements and divide into rows, removing margin-left and adding padding-right worked just fine for me:

    .gal [class*="span"] {margin-left:0; padding-right:20px;}
    

    http://jsfiddle.net/uAs6k/116/

提交回复
热议问题