Twitter Bootstrap Column Positions
问题 I have two columns which I would like to display side by side on a desktop. I want the following column order on a desktop (Column 2 is taller than Column 1): [Column 1][Column 2] [Column 3] I want the following column order on a mobile: [Column 1] [Column 2] [Column 3] Here is an example I have created: http://jsbin.com/folekajera/1/edit?html,css,output The problem with the example, is in the desktop view there is a gap between Column 1 and Column 3. How would this gap be removed? 回答1: The