Tagged: animation, border bottom, masonry
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
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
Hi Yigit,
Tried that, but with no result. :(
Do you have any other idea?
Thanks
Hi,
Thanks for the update, please try this CSS instead:
.av-masonry-image-container {
top: 1px;
}
Best regards,
Rikard
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