hi. how can i get the customer images here: https://imgur.com/a/FajP4 bigger. 200x200px and is there a way center the images and the small arrow?
Hey Alex,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-slider-testimonials .avia-testimonial-meta .avia-testimonial-image {
width: 200px !important;
height: 200px !important;
display:table !important;
margin:0 auto !important;
}
.avia-testimonial-meta-mini {
text-align: center;
}
Best regards,
Rikard
Hey diefleischerei,
Add this custom code:
.avia-testimonial-image {
margin-left: 50% !important;
}
.avia-testimonial-meta-mini {
display: block;
width: 100%;
text-align: center;
margin-left: 3%;
}
Best regards,
John Torvik