Hi there,
how can I increase the size of the round testimonial images by 50%?
http://www.automobilagentur-bancevic.de/wordpress/referenzen-zufriedener-kunden/
I already added
.avia-testimonial-image{width: 130px !important; height: 130px !important;} to the custom css but it doesn’t work in IE11.
Thanks a lot,
Timo
In Firefox it doesn’t work, too.
It’ just working fine in Chrome.
Cheers,
Timo
Hey!
Please use following code instead
.avia-testimonial-image img {
width: 130px !important;
height: 130px !important;
}
Cheers!
Yigit
Hi Yigit,
now it is big in references subpage (but showing a very weird part of the image and it also seems like a bullseye effect) (http://www.automobilagentur-bancevic.de/referenzen-zufriedener-kunden/) and on the homepage (http://www.automobilagentur-bancevic.de/) it is small.
Any other ideas?
Thx,
Timo
Hey!
Please add following code to Quick CSS as well
.avia-testimonial-image {
width: 130px;
height: 130px;
}
Best regards,
Yigit
Getting better, thx :)
Now it looks fine in references, but it’s still small on the homepage. Somehow the CSS doesn’t effect this element.
How can I fix this?
Thanks a lot in advance.
Timo