Hi Jordon,
You helped me so well with this issue:
https://kriesi.at/support/topic/testimonial-grid-styling-the-image-and-the-name/
I have changed my mind a bit and will leave out the meta info of the testimonial. Can you help me align the image to the center of the column/grid?
Maaike
Hey maaikevk,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
.avia-testimonial .avia-testimonial-image {
margin-left: auto;
margin-right: auto;
float: none;
}
Hope it helps :)
Best regards,
Nikko
Thank you Nikko,
This works like a charm :-))
Maaike
Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi Rikard,
Unfortunately I have to ask you again about this element.
It looks like the element reduces the quality of the image (maybe because it resizes it twice – first smaller, than bigger)?
Can you see what I mean? And can you help me fix it?
Hope to hear from you :-)
Best regards,
Maaike
Hi Maaike,
That is an animation effect, it doesn’t really change anything related to the image size.
Best regards,
Rikard
Hi!
I don’t know if I understand it correctly… Sorry!
I have now added the same image (also 200x200px) in the testimonial-text and it appears much better. Do you see the difference too?
Do you see where I can fix it?
Maaike
Hi,
I have added this php code in your functions.php:
function my_avatar_size( $size, $src, $class ) {
return 'full';
}
add_filter('avf_testimonials_avatar_size', 'my_avatar_size', 10, 3);
And it looks much better now.
Let us know if you need further assistance.
Best regards,
Nikko
You are the B E S T !
Thanks very much for helping me out here :-)
(you can close this thread :-))
Best regards,
Maaike