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:
Any idea how to get rid of that box?
Hi biklops!
Add this to your custom CSS.
figcaption.av-inner-masonry-content { border: 0px !important; }
Cheers!
Elliott
They’re still there I’m afraid. :/
I’ve tried it in both mobile Chrome and Safari. Any other ideas?
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. :/
Hi!
Try adding this to get rid of the white background.
.av-masonry-entry, .av-masonry-entry * {
background-color: transparent !important;
}
Best regards,
Elliott
PERFECTO! Thank you!