Hey there! I recently discovered a fantastic plugin that helped me achieve equal heights for all the divs on my website. If you're interested, you can check out the plugin here.
$('.item-container').responsiveEqualHeightGrid();
However, I've run into a little hiccup. I'm trying to get the child divs inside the parent div to be taken into consideration for the height calculation as well.
For instance, I'd like all the "add to cart" buttons at the bottom to align at the same height in the first two columns. The highest height should be the determinant, with the child div being the one to push the button down. Any suggestions or solutions would be greatly appreciated!
Here's an image for reference: https://i.sstatic.net/ZQQVf.jpg
Thanks in advance!