Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1128499

    Hi,
    I have a masonry gallery on my home page and I removed the background by using this css.
    .main_color .container .av-inner-masonry-content{
    background-color: transparent!important;
    }
    It works for all screens where more than one image displays in a row, but on the the smaller screens with only one image displaying there is a white background on the sides of the image. Can you tell me how to remove this? Thanks.

    #1128555

    Hey thecszone,

    Add this to quick css:

    .main_color .av-masonry-outerimage-container{
    background:none!important;
    }

    Best regards,
    Jordan Shannon

    #1128623

    Thanks, Jordan, but this doesn’t work. The white background remains.

    #1128634

    Jordan, it did work after all. My browser wasn’t updating the cache.

    #1128700

    Hi thecszone,

    Glad it’s working for you now! :) Yes, browsers can do that.

    If you need further assistance please let us know.

    Best regards,
    Victoria

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