Hi, as you can see here – https://www.screencast.com/t/NWjEdqY33 – the title that is should be shown on the images is not showing. On desktop they are showing fine – https://www.screencast.com/t/V0LeIZ8qj.
Why is the title not showing on mobile and how can I fix it?
Hey DROR,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 450px) {
.avia_image {
max-width: 100%!important;
display: block !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks!
Hi,
I’m glad Vicotria’s solution was able to help you. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon