list view/template grid CSS styling

0
Im having a problem when using either a list view or template grid as the image below. The problem is that the containers vary in size and therefore all become misaligned. I dont want to fix the container height as this would mess up the text within. Therefore i would like the containers to automatically resize the height so that they are all the same (so the same as the largest one). Could anyone give me a hand on sorting this out  
asked
2 answers
0
I dont want to fix the container height as this would mess up the text within.

I think you might need to fix the size of the container and dispaly the overflowing content in a scroll container

answered
0

Hi Ben,

Stretching divs to the full height of the parent is a often seen problem, luckily StackOverflow comes to the rescue: several answers are posted, like this one: https://stackoverflow.com/questions/53128848/container-div-not-stretching-to-full-height-of-parent

answered