Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author saurabhd

    (@saurabhd)

    Hi,

    Seems like this is your theme issue and you can add below style code in your theme style.css file to fix the issue:-

    .testimonials-widget-testimonial .image {
      float: left !important;
      margin-bottom: 0.4em;
      margin-right: 2.5em;
    }
    .testimonials-widget-testimonial.testimonials-widget > blockquote::before {
      left: 30px;
    }

    Please let me know if it fix your issue.

    Thanks

    Thread Starter jscottsmith

    (@jscottsmith)

    That did the trick. Thanks!

    Now I have a quote on top of the picture. What do I do to fix that?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can I move the picture?’ is closed to new replies.