Portfolio display looks good with 4 columns but thumbnails do not work with 3 columns and my customer wants the 3 column display. The portfolio is not sized consistently – some images have larger height.
Here is view with 3 columns:
http://vanmillwork.com.s133485.gridserver.com/moulding-portfolio/
Thank you!
Hey!
Try adding this code to the Quick CSS:
div.grid-entry.flex_column.av_one_third article{
max-height: 262px !important;
overflow: hidden;
}
Cheers!
Josue