[Resolved] Responsive galleries?

Home Forums Support [Resolved] Responsive galleries?

Home Forums Support Responsive galleries?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1567507
    Pablo

    Hello, I have a WordPress gallery with 3 columns on my website created with GeneratePress and I see that in the smartphone version, the gallery does not adapt to 1 single column, it still keeps all 3. Is there a way to solve it?

    Thanks!

    #1567628
    Leo
    Staff
    Customer Support

    Hi there,

    Give this CSS a shot:

    @media (max-width: 768px) {
        .gallery-columns-3 .gallery-item {
            max-width: 100%;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1567641
    Pablo

    Thanks Leo! that was perfect;)

    Regards;
    Pablo

    #1567647
    Leo
    Staff
    Customer Support

    No problem 🙂

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