Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1203765

    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

    #1203774

    Hey Greg,

    Add this to quick css:

    #av-masonry-1 img,
    #av-masonry-2 img{
    margin:0!important;
    width:100%;
    }

    Best regards,
    Jordan Shannon

    #1203807

    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

    #1203812

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘remove black "border" / background from images’ is closed to new replies.