Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1373437

    Hi,
    I’ve noticed that on my masonry gallery which is created from Portfolio is different gap for column and for top/bottom (at same time). See attachment.

    Is it somehow possible to make these gaps same size? Probably remove somehow bottom gap by default?

    #1373452

    Hey Jaro,

    Thank you for the inquiry.

    Please add this css code to remove the bottom margin of the figure (av-inner-masonry) element.

    .av-inner-masonry {
        margin: 0;
    }

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    #1374037

    Thanks Ismael,
    It worked great. Feel free to close this out.

    #1374051

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Masonry gallery large gap compared to column one’ is closed to new replies.