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

    What CSS code can I use to set the thumbnail image size to the be same in my blog post grid layouts?

    #243500
    This reply has been marked as private.
    #243792

    Hi!

    You can specify the min and max height of the thumbnails. Add this on Quick CSS or custom.css:

    .avia-content-slider .slide-image, .avia-content-slider .slide-image img {
    min-height: 140px;
    max-height: 140px;
    width: 100%;
    }

    Regards,
    Ismael

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