Tagged: Masonry Gallery
Hello –
I love the Enfold theme. Been using it for years and it’s only gotten better.
I’m having an issue with the masonry gallery “flexible masonry” setting. I need the rows to be even and uniform with imagery aligned and the whole image showing. Currently settings are on:
Flexible masonry
No scaling
large gap
3 columns
When headlines are 2 lines it creates an unbalanced look which I can’t figure out how to fix. How can I get the rows even and show the whole photo without the bottom text affecting the layout?
Thanks,
Kelly
Hey KellyKilgallon,
Thank you for the inquiry.
We could apply a minimum height to the title container with css but it will leave a line of empty space on items with shorter titles. Please try this css code.
.av-masonry-entry-title.entry-title {
min-height: 38px;
}
Also, please make sure to use images with the size for every masonry items.
Best regards,
Ismael