Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #478675

    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!

    #479742

    Hi seanbaugh!

    Add this to your custom CSS.

    .av-masonry-entry-content {
      max-height: 60px;
      overflow: hidden;
    }

    Regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.