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
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