Tagged: testimonial grid
Is it possible to move the full-size circular image from the top left to the bottom left on the Testimonial Grid?
The Testimonial Slider has a small circular image in that location, but I haven’t figured out any CSS that can target the Testimonial Grid image to do the same thing with its bigger image?
Any ideas?
Thanks much.
Hi CharlieTh!
I’m not sure if that is going to look like how your wanting.
You can get started with this CSS.
.avia-testimonial-image {
bottom: 0px;
position: absolute;
}
Send us a link to your page and take a screenshot highlighting exactly how your wanting to change it so we can get a better idea.
Best regards,
Elliott
I’d say you hit the nail on the head…yet again.
Thank you!