Hi..
Just updated a site to 5.4 and in a masonry gallery page images have not more spaced, the gallery settings was “big space” between images..
The issue is present just if the Gallery setting is “Flexible Masonry” if the Gallery is “Perfect Grid” the issue is not present.
I’ve try to change setting and reset to “big space”, try to disable and re-enable “CSS Compression” but not works..
Can anyone help me..?
Thanks
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 have fixed the issue and it will be included in upcoming version :)
Best regards,
Yigit
Thanks Yigit..
It Works..