Bootstrap gaps between columns

后端 未结 4 1476
孤城傲影
孤城傲影 2021-01-16 08:38

See: http://www.anniestasjes.nl/40/producten.html?category=tassen I use bootstrap 3 for responsive layout. I get these huge gaps between products because sometimes the produ

4条回答
  •  时光取名叫无心
    2021-01-16 09:28

    Just use pull-left class for each div so they will float left automatically or

    each row seprately like

    prod1
    prod2
    prod3
    prod4
    prod5
    prod6

提交回复
热议问题