Tagged: masonry gallery gap
Hello,
After the last update (5.4), the gap feature under “masonry gallery” no longer works. The images are always with no gap, no matter what setting we set.
We had it with large gap, but not showing this way. Can you please check the link in private?
This seems like a bug on the latest Enfold version. As I mentioned, it was all perfectly fine in 5.3.X.
Hey,
Thanks for contacting us!
Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab
#top .av-1px-gap.av-flex-size .av-masonry-entry .av-inner-masonry{
margin-right: 1px;
margin-bottom: 1px;
}
#top .av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry{
margin-right: 15px;
margin-bottom: 15px;
}
Our devs already fixed the issue and it will be included in the upcoming version. For the time being, please use the temporary fix :)
Best regards,
Yigit
That worked. Thank you for your prompt reply, Yigit.