Portfolio items not lining up

On my portfolio page, for some reason they aren’t lining up and I am unable to figure out why

Hi,

To make it align, you need to crop all image to the same sizes before uploading it or you can align it using custom css.

Try adding the code below in Theme Options > CSS

.page-template-template-layout-portfolio .entry-thumb img {
    min-height: 220px;
}

The code will the image height a little bit to make it all align.

Hope that helps

woohoo!! it worked

We are glad we were able to help, thanks for updating the thread!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.