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

    Hello

    I’m having an issue with the masonry widget on a site build, I have selected a 1 pixel gap on a 1/4 (4 col / 1 row) display but the final vertical gap between columns 3 & 4 is always more like 2 or 3 pixels but other gaps all 1 pixel. Wish I could ignore that but my client wants it fixed :-)

    Thanks

    Matt

    #539794

    Hey djmathu!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (min-width: 1280px) {
    a#av-masonry-1-item-782 {
        left: 906px!important;
    }}

    Best regards,
    Yigit

    #539840

    No joy I’m afraid Yigit, see screenshots in private content:

    Matt

    #539844

    Hey!

    Can you please try following code instead

    a#av-masonry-1-item-782 { margin-left: -1px; }

    Cheers!
    Yigit

    #539882

    Ok that’s fixed the image masonry but the issue continues in the blog masonry (again see screenshot in private content) – it’s like 2px instead of 1px in the right vertical there too.

    Thanks a lot

    Matt

    #539890

    Hey!

    Please add following code to Quick CSS as well

    .home #av-masonry-3 a:nth-child(4) {
        margin-left: -1px;
    }

    Regards,
    Yigit

    #540793

    Awesome thanks that’s done it. Cheers for your help.

    Matt

    (Close this ticket)

    #540802

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

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