Is it possible to do a Masonry with Ajax Portfolio?
or is it possible to do a Portfolio grid with Ajax where the title overlays the thumbnail?
Thanks
Hey rikeswon,
Thank you for using Enfold.
The latter is possible. Use the portfolio grid element, enable the title an excerpt then add this in the Quick CSS field:
.grid-content {
position: absolute;
top: 0;
width: 100%;
height: 100%;
}
.main_color .grid-content {
background: rgba(255,255,255,0.4);
}
.grid-entry-title.entry-title {
margin-top: 35%;
}
Best regards,
Ismael