Tagged: Masonry Gallery
hi
I am adding a simple masonry gallery element to the page below, but it looks like there is a glitch that is making the images out of order – the 2nd image in the top row is actually #1, and the first is #4, (you can see the order in the lightbox). That first column is displaying a little low as well. Can you take a look at this?
thanks
Nancy
Hey Munford,
Thank you for using Enfold.
Are you using images with the same size for every masonry item? The isotope script is responsible for the items’ position and in a few cases such as this one, it doesn’t sort the items as you would expect if the images or grid items differ in sizes.
Related thread: https://kriesi.at/support/topic/masonry-grid-not-properly-sorting-alphabetically/#post-981621
Best regards,
Ismael
Hi Ismael
My images are the same size and it happens both with the perfect grid and flexible masonry options. It’s also not just the sorting, which is annoying but not crucial here, but also the alignment of the first column is off. Can you see what is causing this? I have lots of galleries on other sites that are working fine.
best
Nancy
Hi,
Thanks for the update. This css code seems to help.
.av-masonry-entry:nth-child(1) {
display: none !important;
}
Best regards,
Ismael
thanks that did the trick!
Hi,
Great! Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.
Thank you for using Enfold :)
Best regards,
Ismael