Can't put titles of blog cards on the same hight

Hi,
I’can’t seem to align the titles of my blog cards… Any ideas of what I could do?
Thanks!Joy


Here is my public share link: Webflow - Team app
(how to access public share link)

Hey,

it’s because you have the “justify: space-between” setting on the “blog-card”-div, which spaces out all the items inside them in various ways depending on the content :slight_smile:

Screenshot_3

You can turn that off and instead set a bottom-margin on the thumbnail. If you want the author div fixed to the bottom of the card, you can do the following:

  • Give “blog-card” a set height (let’s say around 400px)
  • Set “blog-card” to position: relative
  • Set the “author-and-date”-div to position: absolute and position it to the bottom

oh waw! I could hug you! Thanks for the intervention!