Tagged: masonry portfolio
Hi, I’ve selected a 1px gap around the portfolio items which often does not show. Is it possible to increase the gap to 2px or even slightly more just to ensure that items don’t run into each other?
Thanks for your help.
John
Hi johnmac1967,
Please try the following in Quick CSS under Enfold–>General Styling:
.av-1px-gap.av-fixed-size .av-masonry-entry .av-inner-masonry {
right: 2px !important;
bottom: 2px !important;
}
Regards,
Rikard
Brilliant Rikard, that worked great. Thanks!