The layout for the testimonials is looking odd ; because the name etc is very far down, and the text alignment is off. I think the solution is if we can have the name fall under the text. And make the image smaller? Maybe then the text won’t looked squished.(or if you have a better solution) I also noticed on desktop that some of the names are under the text and some are slightly under the picture
URL
Hey navindesigns,
You have this CSS applying to the image:
.avia-testimonial-image {
width: 160px !important;
height: 160px !important;
}
It doesn’t look like that is the default styling, did you add that maybe? If so then please try wrapping it a media query if you don’t want it applying on mobile screens.
Best regards,
Rikard