Hi,
Is there any way to get a similar height of all items in the portfolio grid? Height depends now on the amount of text of the item. Would be nice to have it equal for all items.
Hey HenkN,
Please try the following in Quick CSS under Enfold->General Styling:
.av-portfolio-grid-sorting-container .grid-entry a .grid-content {
min-height: 150px;
}
Best regards,
Rikard
Hi, it doesn’t work. I deleted the cache, disabled wp supercache, but no succes.
Any idea where to look?
Hi,
Please try this CSS instead:
.grid-sort-container .grid-entry .inner-entry {
min-height: 270px !important;
height: 270px;
}
Best regards,
Rikard
Yep. That works.
Thank you!