Hello community!
I want to make my blog posts scale their height according to their longest sibling. I can easily get this to work using flexbox and setting margin: auto; to the read more button. However, when hooking up the content to the CMS using a collection list it does not work anymore.
I’ve build the same layout twice, using the exact same classes and structure. The difference is that one of them uses dynamic content from a collection list. One works fine, the other does not.
In my read-only link the top of the page uses a collection list, the bottom is static content.
Why is this happening and is there a known solution?
Here is my site Read-Only: LINK
(how to share your site Read-Only link)