When the category thumbnails are not all equal height the Product Name, Product Price and Add to Cart button can wind up at different places in the row (I'm sure many of you have seen this happen). Each of the
maintain equal height within the section (thank you flex) but the content within the div is dependent upon the image height. It would be great if the content could be aligned to the bottom. I'm trying to find a "simple" solution that moves everything except the image to the bottom of the div.
Code:
<div class="o-layout__item u-text-center x-product-list__item">
Comment