Archived topic
gallery images not stacking on mobile
3 replies · Started by Mark on June 2, 2019
I apologize - previously you had sent me CSS to force my image galleries to stack on mobile. I migrated the site and must have messed something up because two of my galleries no longer stack on mobile. Could you look at the homepage and the "Stonehenge" page and send me the CSS to force the 3-column gallery (on homepage) and the 2-column gallery (on the Stonehenge page) to stack (100% width) on mobile?
Again, I apologize in advance.
Thanks
Hi there,
try this CSS:
@media (max-width: 768px) {
.gallery-item {
max-width: 100% !important;
width: 100% !important;
}
}
Thanks David,
Mark
You're welcome