Hi,
My client doesn’t have images of his testimonials, that’s why I would like to display the testimonials without portrait.
But when I leave the portrait empty there is still a placeholder space for the image, which doesn’t look good.
How can I fix that, so that the name and job title floats to the left of the column?
Hi kart672!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-testimonial-meta {
margin-left: 0;
}
Cheers!
Yigit
Yeah, thank you very much.