Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #754313

    Hey.

    Masonry Gallery
    If I want to add a 2 pixel gap to my Masonry Gallery what code shall I add so I have this option in the drop down menu?

    Thanks
    Charlotte
    http://www.airlinestaffrates.com

    #754378

    Hey Charlotte,

    You can change the gap using custom css by adding the below code to Quick CSS.

    
    .av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry {
        margin-right: 2px!important;
        margin-bottom: 2px!important;
    }

    Best regards,
    Vinay

    • This reply was modified 7 years, 8 months ago by Vinay.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.