Tagged: portfolio category
Hi, my portfolio category entries looks like this http://eriez.alcubo.com/portfolio-entries/alimentadores-y-transportadores-2/
What do I have to do to make the archive portfolio category look like this (masonry style) http://kriesi.at/themes/enfold/portfolio_entries/css/
thank you!!!
Hey delaosa!
The only difference I can see if that their heights are a bit different. Are you wanting to make them all the same size? If so then add this to your custom CSS.
.archive .grid-image img {
min-height: 180px;
}
Best regards,
Elliott