How to show testimonial client image on mobile device in Zelle

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.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us