[Resolved] gallery images not stacking on mobile

Home Forums Support [Resolved] gallery images not stacking on mobile

Home Forums Support gallery images not stacking on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #917540
    Mark

    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

    #917793
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    @media (max-width: 768px) {
        .gallery-item {
            max-width: 100% !important;
            width: 100% !important;
        }
    }
    #917862
    Mark

    Thanks David,

    Mark

    #917878
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.