Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1395090

    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

    #1395105

    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

    #1395107

    Thanks Yigit..

    It Works..

    #1395109

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enfold 5.4 no space between images in Masonry Gallery’ is closed to new replies.