hi, how can i center the customer review image in the compact slider here: https://imgur.com/a/nEFiE that it looks like this: https://imgur.com/a/2dvqp
Greetings, Alexander
Hey diefleischerei,
Try this code in the General Styling > Quick CSS field:
.avia-testimonial-image {float: none!important; }
Best regards,
Mike
Much better, thanks Mike. Not really the middle but better. how can center the small arrow and the name of the customer?
Thank you, greetings, Alex
The same in responsive view :)
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.avia-slider-testimonials .avia-testimonial-arrow-wrap {
left: 47%;
}
Best regards,
Yigit
Nearly perfect. Thank you Yigit. Is there a way to make it perfect? https://imgur.com/a/Qh1vd
Hi,
Please try adjusting to 48%
.avia-slider-testimonials .avia-testimonial-arrow-wrap {
left: 48%;
}
From what I see the images are centered with the gray arrow at the bottom of the element, the small white arrows just need to go right a tad more.
To move their names over, add this code:
.avia-testimonial-meta-mini {
padding-right: 3%;
}
Best regards,
Mike
Thanks Mike, but it think there is something wrong with the code. the images are no circles…. https://imgur.com/a/LlhFm