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.
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
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