Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1051525

    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

    • This topic was modified 5 years, 10 months ago by Munford.
    #1052604

    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

    #1052690

    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

    #1053475

    Hi,

    Thanks for the update. This css code seems to help.

    .av-masonry-entry:nth-child(1) {
        display: none !important;
    }

    Best regards,
    Ismael

    #1053576

    thanks that did the trick!

    #1053881

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘masonry gallery alignment / order’ is closed to new replies.