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

    Hi,
    Not sure if this is something that can be done with the masonry grid element, but I have added additional margin space between each post to create the desired layout, however this empty space is still seen as part of the link to a particular post. Is there a way to prevent this, so that only the image and text boxes are seen as the link.

    URL to show the issue has been added privately.

    #1050729

    Hey Birdster,

    Thank you for using Enfold.

    You have to decrease the default width of the columns and add a margin based on the deducted width.

    .av-masonry-col-3 .av-masonry-entry {
        width: 30.3%;
        margin-right: 2%;
    }

    Default width is 33.3%.

    Best regards,
    Ismael

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