I have the MK Gráfica website where in the product category part, specifically in Banners and also in Promotions, the layout of the products in Grid is in problem, one or another product appears alone in a certain line, and should continue the pattern of 3 products. This can be seen in this link .
And the problem is specifically in this image .
I tried using css:
.row, [class*='col-'] {
display: inline;
}
But it did not work, and the strange thing is that the problem only appears in some categories.
I tested Chrome on version 51.0.2704.103 and Firefox.