Hi,
I’ve had an issue for a while now, and updating Enfold doesn’t seem to fix it.
Masonry on desktop is fine, but when on mobile, or shrunk in a desktop browser, the columns won’t switch to single, and images can no longer be seen.
How do I fix this?
For example:
http://thenibble.com.au/australia/victoria/melbourne/
Thanks.
Hey johnlotton!
Try adding this to your custom CSS.
@media (max-width: 500px) {
#top .container .av-masonry-col-flexible .av-masonry-entry { width: 100% !important; }
}
Regards,
Elliott
That fixed it!
Can I ask, any reason why this would be broken in the first place?