Hi,
How can the preview images on my blog-page have the same height?
Blog-link on private content.
Best regards
Hey northorie,
You can try to set the box with text to a fixed height:
.av-fixed-size .av-masonry-entry .av-inner-masonry-content {
height: 150px;
max-height: 150px;
}
But then you would need to adjust the text content, if it goes beyond the fixed height then it won’t show.
Best regards,
Rikard
Perfect! Thanks a lot. Topic can be closed