используйте эти стили
они помогут
@media (min-width:1200px){
.col-lg-1:nth-child(12n+1){clear:left;}
.col-lg-2:nth-child(6n+1){clear:left;}
.col-lg-3:nth-child(4n+1){clear:left;}
.col-lg-4:nth-child(3n+1){clear:left;}
.col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
.col-md-1:nth-child(12n+1){clear:left;}
.col-md-2:nth-child(6n+1){clear:left;}
.col-md-3:nth-child(4n+1){clear:left;}
.col-md-4:nth-child(3n+1){clear:left;}
.col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
.col-sm-1:nth-child(12n+1){clear:left;}
.col-sm-2:nth-child(6n+1){clear:left;}
.col-sm-3:nth-child(4n+1){clear:left;}
.col-sm-4:nth-child(3n+1){clear:left;}
.col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
.col-xs-1:nth-child(12n+1){clear:left;}
.col-xs-2:nth-child(6n+1){clear:left;}
.col-xs-3:nth-child(4n+1){clear:left;}
.col-xs-4:nth-child(3n+1){clear:left;}
.col-xs-6:nth-child(odd){clear:left;}
}