responsive grids with background image which is responsive

时间:2017-02-20 13:35:26

标签: html css

I am working on this project, the url is grouporigin.com//clients/upload/WAHA_Capital1/index.html If you see the bottom section in the home page, the div boxes with the background images are behaving differently than the div boxes without a background image. They are also not covering the full height. What css changes I need to do, to make the divs with the background image behave in exactly the same way, as the div boxes without a background image.

1 个答案:

答案 0 :(得分:0)

因为你没有提供任何html我尝试检查元素..你犯了comman错误。在使用引导网格系统时,您需要以<div class="row">的形式包装每个元素,如图所示,class name "form-field"的3 div不包围row class div < / p>

enter image description here

将这些div包裹在像

这样的行中
<div class="row">
<div class="col-sm-12">
   <div class="form-field">..</div>

    

为每一行执行此操作并提供适当的col-sm-* class