I think there is a java problem with the title and excerpt overlay on post tiles in masonry grid. If the excerpt is more than a couple words, the overlay tile goes beyond the top of the tile so you cannot see the title. Is there a fix to this so the maximum height of the overlay is the height of the container? I’d rather cut off the excerpt than the title. Thanks for your help!
Hi seanbaugh!
Add this to your custom CSS.
.av-masonry-entry-content {
max-height: 60px;
overflow: hidden;
}
Regards,
Elliott