How is a testimonial list formatted with CSS

The following is outdated. Please check your installations HTML source.

<!-- testimonials outer wrapper begin -->
<div>
    <!-- individual testimonial wrapper begin -->
    <div>
        <span>
            <img width="150" height="150" src="http://example.com/example.jpg" alt="Example" title="Example">
        </span>
        <q>
            <span></span>Testimonial AKA post content<span></span>
        </q>
        <cite>
            <span>
                <a href="mailto:email@example.com">Source AKA post title</a>
            </span>
            <span></span>
            <span>Title</span>
            <span></span>
            <span>Location</span>
            <span></span>
            <span>
                <a href="http://example.com">Company, LLC</a>
            </span>
        </cite>
        <div>Custom extra text</div>
        <div>Custom widget text</div>
    </div>
    <!-- individual testimonial wrapper end -->
</div>
<!-- testimonials outer wrapper end -->

Please view the testimonials-widget.css file for CSS customizations.

See What’s NNN of “.testimonials-widget-testimonialsNNN”? for NNN identification.