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

    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.

    #1395565

    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

    #1395567

    That worked. Thank you for your prompt reply, Yigit.

    #1395571

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy your weekend :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Masonry gallery gap setting is not working’ is closed to new replies.