I am using bootstrap "list grid products view" sample and grid elements are displayed fine when description and picture height is the same.
Working sample: https://codepen.io/ajaypatelaj/pen/zIBjJ
Problem comes in when description, price and picture are of different height and do not display elements in line:
https://codepen.io/getkitchendeal/pen/gRgGeG
i tried to fix with=>
display: inline-block;
vertical-align: top;