Tagged: portfolio grid
Hi Enfold Team,
I see that I can control the image size for the portfolio grid but what about the box size? For example some portfolio items have longer names than others which then leaves gaps between the items. Is there a way to control this? You can see an example here http://www.mindscope.com/applicant-tracking-system-features/
Thanks,
Mary
Hey mindSCOPE Staffing Software!
Thank you for using Enfold.
You can set the minimum height of the title container:
.grid-content {
min-height: 68px;
}
And it’s better if you use the same image size on every portfolio items to keep the grid consistent.
Best regards,
Ismael
Thanks so much Ismael, that worked perfectly!