Tagged: masonry, responsive
I just looked at my page http://www.oberton.org on mobile devices. Unlike portfolio grid masonry doesn’t show the single item on small screens. Instead it shows tiny versions in two columns with cut off picture and cut off titles. I think that was different a few versions ealyer.
Is that a bug? Would be nice to show masonry entries responsive again.
Is there a work around?
Hey Wolfgang!
Thank you for using Enfold.
Please add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) {
#top .container .av-masonry-col-flexible .av-masonry-entry {
width: 100% !important;
}
}
Cheers!
Ismael
Thank you!
Your support is superb.