Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #946718

    Hi Team,

    I’ve recently upgraded to Enfold 4.3 and I realized that the testimonial images no longer appear on mobile devices.

    It appears on tablets and desktops but not mobile.

    Is there a way to have them back?

    You can easily reproduce the effect by manually shrinking a desktop browser into a mobile layout.

    Best regards,
    Eric.

    #946814

    Hey Eric,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    .avia-testimonial-image{
    height:80px!important;
    width:80px!important;
    float:left!important;
    }}

    Best regards,
    Jordan Shannon

    #947030

    Hi Jordan,

    Thanks for the quick CSS.

    Is it possible to move the name and Facebook link to be below the testimonial comments as below?

    “”””””””””””””” Testimonial comments over here.
    ….Image….. Name:
    …..Here…… Facebook:
    “””””””””””””””
    Many thanks!
    Eric.

    #947491

    Hi,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    .avia-testimonial-image{
    height:80px!important;
    width:80px!important;
    float:left!important;
    }
    
    .responsive .avia-grid-testimonials .avia-testimonial-meta{
    margin-left:80px!important;
    }}

    Best regards,
    Jordan Shannon

    #947576

    Hi Jordan,

    Works great! Thanks a bunch.

    You can close this topic now.

    Best regards,
    Eric.

    #948132

    Hi,

    I’m glad I was able to help you with this. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Testimonial Images Not Showing On Mobile’ is closed to new replies.