Hi there
I have this page on my blog.
For some reason, data on the 2nd row starts on the right:
Uploading: iamjz booksummary layout list issue.png…
Any idea why that is?
Thanks in advance
Here is my site Read-Only: LINK
Hi there
I have this page on my blog.
For some reason, data on the 2nd row starts on the right:
Uploading: iamjz booksummary layout list issue.png…
Any idea why that is?
Here is my site Read-Only: LINK
Yes, the elements try to “float” the closest to the top, and your 3rd element is the shortest, so the 4rth element just stacks under it.
Use Flexbox on your collection list element to take over the layout settings of it, and force all the elements to grow as tall as the tallest is. Here’s a demo:
Thanks a lot @vincent. That worked brilliantly!