Hi,
Love the Enfold theme!
Is it possible to make the image and text areas the same size in the Masonry?
Right now it’s different even though i’ve selected the “Perfect Grid” and “Element Title and Excerpt Styling” –> Default Display (at the bottom of the elements image)
See screenshot attached.
Thanks in advance!
Regards
Hey emilgandersson,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Here you go.
Hi!
Please add this in the Quick CSS field:
@media only screen and (min-width: 768px) {
.av-inner-masonry-content {
min-height: 86px;
}
}
Regards,
Ismael
Thank you very much!
Much appreciated!