Tagged: ,

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

    Hi all!

    You can see my gorgeous (well close) portfolio page for my website here: http://newklops.biklopsclients.com/work/ . As you can see it looks pretty much like you’d expect a masonry grid of items to look.

    However, on mobile browsers, weird white boxes appear behind the items like this:
    weird white box

    Any idea how to get rid of that box?

    #438264

    Hi biklops!

    Add this to your custom CSS.

    figcaption.av-inner-masonry-content { border: 0px !important; }
    

    Cheers!
    Elliott

    #440673

    They’re still there I’m afraid. :/

    I’ve tried it in both mobile Chrome and Safari. Any other ideas?

    #440674

    To help you, your code got rid of the cool border around the item name—which we like! What we don’t like is that the entire item has a big white background. :/

    #441197

    Hi!

    Try adding this to get rid of the white background.

    .av-masonry-entry, .av-masonry-entry * {
      background-color: transparent !important;
    }

    Best regards,
    Elliott

    #441253

    PERFECTO! Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘White boxes behind portfolio masonry grid items on mobile’ is closed to new replies.