Tagged: blog posts
Hey I want to align the size of featured images available on my blog page. I have attached the page below !!
Hey sarthakchoudhary,
Thank you for the link to your site, as I understand you want all of the images to be the same height, the images are in the background and the amount shown is based on the caption length, so we need to make all of the captions the same height, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.av-masonry-entry figcaption {
min-height: 235px;
}
After applying the css, please clear your browser cache and check.
In my test this worked well for your page, but feel free to adjust if you wish.
Best regards,
Mike