When I hover over the image, the title and description should appear within the image. However, when viewed on a smaller screen, the text does not adjust and remains too large for the image. Example:
Link to the page with the widget in question: http://ivanz35.sg-host.com/
Hi @Ivan_Zavala
I’ve shared your request with our dev team. I’ll let you know once I receive a response from them
To adjust the font size on mobile, try to add this code to the Custom CSS field on the Style tab of your widget’s settings:
@media (max-width: 480px) { .eapp-photo-gallery-info-title { font-size: 16px; } .eapp-photo-gallery-info-description { font-size: 12px; } }
Check it out and let me know if it helped