Tagged: Masonry Gallery
Hello Support,
On my masonry gallery, there is a black border/background showing on some of the images:
http://baja-movie.com/#platform
I can not figure out what is creating it – and remove it. I did a search through forums and didn’t find the answer yet.
Can you help?
Greg
Hey Greg,
Add this to quick css:
#av-masonry-1 img,
#av-masonry-2 img{
margin:0!important;
width:100%;
}
Best regards,
Jordan Shannon
Hello Jordan,
That got me on the right track… :-)
I ended up with:
#av-masonry-1, #av-masonry-2 {
padding-top: 10px !important;
}
.av-flex-size .av-masonry-image-container {
background-color: #FFFFFF;
}
Thank you for helping so quickly!
Greg
Hi,
Perfect! I’m happy to help, and if you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon