Hi !
As you can see here: http://gaspar.ideenstarter.de/ the testimonials have moved a bit to the left side :-/
Any idea how to fix this ?
Thanks
Tom
Hi Tom,
That’s kinda weird, here’s is a quick fix:
@media only screen and (min-width: 1140px){
.avia-testimonial-wrapper{
width: 1030px;
}
}
Regards,
Josue
Hi Josue !
This works like a charm !
Thanks for your help!
cu
Tom