Tagged: 

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

    Hey I want to align the size of featured images available on my blog page. I have attached the page below !!

    #1416983

    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

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