Product grid "add to cart" button alignment

Hi,

Im looking a for setting for the productgrid to align the buttons horizonally.

Right now the “add to cart” button changes place depending on if the lenght of the product name is on one row or takes up two rows.

What is the easiest way to solve this?

Hello @pm84 ,
Solution for it:

  1. Truncate the title, you can check here https://shopify.github.io/liquid/filters/truncatewords/
  2. Assign max-height to title block.

Thanks