Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #483707

    Hi, I’ve been having major issues getting the 1px gap to work. When I choose the built-in 1px gap, I end up with missing gaps between maybe half of my images (usually the bottom right images in the grid have it and the top left ones don’t.) I’ve tried everything that I’ve found in the threads, and the closest I’ve gotten was actually based off of someone else’s request to customize the large gap. I modified it by adding the left and top bit, and that’s gotten a nice 1px gap between all of my images, but I still have a 15px gap to the top and to the left.

    This is the code that is in my Quick CSS right now.
    .av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry {
    margin-right: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-top: 1px;
    }

    #484082

    Hey Hosea!

    when trying to open the link you have provided I get this error message: “You do not have permission to preview drafts.”
    Let us know when we can see your masonry gallery.

    Best regards,
    Andy

    #484222

    Sorry, I forgot I’d password protected the site. I’ve turned that off. Hopefully that was it.

    #484357

    Hi,

    The link you sent is to a draft so we need to be logged in to be able to view it. Please send us an admin login or a new link to a published page.

    Regards,
    Rikard

    #484634

    Here’s my user and password. Not sure why it’s not showing up I’ve hit the publish button. I’m definitely new to this whole thing though.

    #485029

    Hi,

    Sorry for the late reply. I tried playing around with the values but when removing the left padding it seems to break the whole 1px gap layout and I’m not sure why to be honest, but you can remove the top padding by adding the following to Quick CSS:

    .av-large-gap.av-masonry {
        padding: 0px 0 0 15px;
    }

    Thanks,
    Rikard

    #485402

    ok, thanks. i think it’s most important to me that things be evenly spaced, so I’m wondering if there’s a way to have 1px in between each tile and then 15px on the outside (top, bottom, right, left).

    #485636

    I was able to figure it out with a friend of mine. Thanks for your help.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Masonry Gallery gap issues’ is closed to new replies.