-
AuthorPosts
-
August 6, 2015 at 7:59 am #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;
}August 6, 2015 at 6:42 pm #484082Hey 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,
AndyAugust 6, 2015 at 11:59 pm #484222Sorry, I forgot I’d password protected the site. I’ve turned that off. Hopefully that was it.
August 7, 2015 at 9:25 am #484357Hi,
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,
RikardAugust 7, 2015 at 5:41 pm #484634Here’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.
August 10, 2015 at 5:26 am #485029Hi,
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,
RikardAugust 10, 2015 at 3:49 pm #485402ok, 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).
August 10, 2015 at 11:28 pm #485636I was able to figure it out with a friend of mine. Thanks for your help.
-
AuthorPosts
- The topic ‘Masonry Gallery gap issues’ is closed to new replies.