How to show testimonial client image on mobile device in Zelle
Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.
If you want to show the testimonial client image in the mobile device also, you need to add the following custom CSS to Appearance -> Customize -> Additional CSS
@media (max-width: 767px){ .client-image.hidden-xs{ display:block!important; } }
Hope that helps.
In case of any query, feel free to contact our support forum.