Okay
  Public Ticket #2237346
Mobile: link to bigger iamges
Closed

Comments

  • davideaquini started the conversation

    Hello, 

    your theme is great, I love it. Just one thing: using mobile, if I use an image with a long caption, the link for enlarging does not work. For example, please go to https://www.dattilioteca.it/lagora-di-atene/ and then scroll until the images L’Agorà (tarda) del II sec. d.C. / L’inizio della salita verso l’Acropoli.

    Can I fix it?

    Thanks
    D

  •  291
    Paul replied

    Hello!

    Please try using this custom CSS:

    @media only screen and (max-width: 600px) {
        .wp-block-gallery .blocks-gallery-image figcaption, 
        .wp-block-gallery .blocks-gallery-item figcaption {
            padding-top: 0;
        }
    }
    

    It should solve the issue on mobile views.

    Regards,
    Paul