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

    Hi enfold Team,

    I have a page with 2 masonry gallery element with the animation activated. But only on the second one is showing a bottom border. And i can’t figure out how to remove it.
    I think that has something to do with the animation.

    Can you help figuring it out.
    Thanks

    #1176364

    Hey Kyle,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    .av-masonry-image-container {
        background-color: transparent;
    }
    
    

    Best regards,
    Yigit

    #1176385

    Hi Yigit,

    Tried that, but with no result. :(

    Do you have any other idea?

    Thanks

    #1176570

    Hi,

    Thanks for the update, please try this CSS instead:

    .av-masonry-image-container {
        top: 1px;
    }

    Best regards,
    Rikard

    #1176814

    Hi Rikard,

    Tried that also, but with no result. :(

    I think it can have something to do with the animation,but i can’t seam to fix it..

    Thanks

    #1177187

    Hi,

    Thank you for following up.

    We are not seeing the border below the second masonry element in the Members page. Did you manage to remove it?

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.