Hi, I can’t customize the distance between the images in a masonry gallery … the system allows: no distance, large distance or 1px distance – I need to set a distance of about 4 / 5px .. can you help me? I tried some css but I didn’t get any results ..
Best Regards
Andrea
Hey delmonte,
Thank you for your patience, Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
#main .av-1px-gap.av-flex-size .av-masonry-entry .av-inner-masonry {
position: relative;
margin-right: 4px;
margin-bottom: 4px;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike