Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1446714

    Hi,

    How can the preview images on my blog-page have the same height?
    Blog-link on private content.

    Best regards

    #1446748

    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

    #1446756

    Perfect! Thanks a lot. Topic can be closed

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Height of preview image on blog’ is closed to new replies.