Small spacing issue on cards

Hi, on the template I’m using, the cards don’t seem to align vertically (2nd card is lower, on multiple breakpoints). Is there something obvious I’m missing here? Thank you!

EDIT: It looks like this issue is showing up in Safari, but not Chrome, potentially.

Here is my site Read-Only: [LINK](Webflow - Rob's Ultra-Awesome Site)


hey robtour! you need to change the display of class:" masonry-grid" to grid.


as shown in the picture and give the card blog >div a height of 100%

1 Like

hi @robtour in your custom code in class .masonry-grid > div change margin-bottom to padding-bottom

Thanks for the replies–much appreciated!

1 Like

Hi @robtour if your solution is answered by @Agha_Hussain you do not need custom code as this solution will set the container into a standard Grid with even rows and this is not masonry grid. :man_shrugging:

Good luck