I want to the ability to make all posts the same height, regardless of whether they contain plain text, links, or images.
Grid layout is great but without equal height there’s large gaps in areas where a post might not have a photo etc. Would be great to keep cards all the same size as a true grid.
Hi there, @user21703
We already have this idea on the Wishlist, and I’ve moved your comment to the existing request. If more users upvote this idea, we’ll try to think it over in the future
As for now, you can align the height of the posts using this code in the Custom CSS field on the Appearance tab of your widget’s settings:
[class*="CardContainer-sc"] {
min-height: 375px;
justify-content: space-between;
}
[class*="CardContainer-sc"] > :nth-child(2) {
flex: 1 1 auto;
align-items: flex-start;
}
Hurray! HUGE thank you! This works great!
Friends, this request is now marked as ‘Planned’, which means we’re currently exploring possible development options, so it’s on our radar
Please note that we can’t provide any specifics at this stage, as we’re still in the process of estimating potential solutions. However, let’s hope we’ll see it in the ‘In Progress’ status during Q2!