• Resolved baboski

    (@baboski)


    Hello,
    as i wrote in the title i would like to increase the size of testimonials (the circular immages).
    Thanks.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @baboski

    You can add the following custom CSS to Appearance -> Customize -> Additional CSS section to increase the size of testimonial images.

    .card-testimonial .card-avatar {
        max-width: 200px;
        max-height: 200px;
    }
    .card-testimonial .card-avatar img {
        max-width: 200px;
        max-height: 200px;
    }

    You can adjust the values according to your choice.

    Thread Starter baboski

    (@baboski)

    Thanks a lot @poonam9

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Increase image size of testimonial in the homepage’ is closed to new replies.