Empty spaces where photos used to be on Front Page

On the testamonial page I have the title followed by the quotes balloon. There is a huge amount of space in between the two, where there used to be the images of the people. I don’t want the space allotted for them to remain.

My site is:
www.demingcircle.com/test2

Hello there,

I hope you are doing well today.

It appears that you have an image there. Please check the page and the widgets to see if you ma have added an image there and remove it.

Best Regards,
Support

I have checked. I only have one testimonial widget, and there is no image selected for it. When I go to developer’s tools on safari I also see that there is an “image” but that the =$0.

I can’t find anywhere else to delete it from the back end.

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the image by going to Appearance > Customize > Additional CSS and pasting it there.


/*Image remover*/
#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-image {
    display: none;
}

Best Regards,
Support