Tagged: ,

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

    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

    #1349243

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.