Just launched (WOOHOOO!)
I had the testimonial image size adjusted from the default 60×60 to 300×300, and it was working, and BONUS: not blurry from the image being stretched, it actually pulled in the new image size. Then, suddenly it was gone. I fixed it. Now it’s not working again for the second time. The image size is correct, but it’s now stretching the images. And I can’t remember how I fixed it the first time it disappeared. It was working yesterday, so not sure what changed that it would have broken again.
This is the code I was using that worked up until today, and I still have it in the Theme Options Custom CSS:
.testimonial-img img {
width: 300px !important;
height: 300px !important;
}
I see some solutions in your support forum that say to switch to Child Theme and insert specific code. Will that be my best option, and in doing so, will changing to the child theme screw with any of the layout/design of my site?