Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Michael Cannon

    (@comprock)

    CSS is your friend. While I don’t have the code you need, you can figure it out via https://aihrus.zendesk.com/entries/24910733-How-to-Correct-Testimonials-Widget-CSS-Issues and checking out the Testimonials Widget stylesheet.

    If you want more specific help, provide your Testimonials Widget URL.

    Hi there, was this ever resolved? I am having the same problem. The image sits atop the text, but would like the text to wrap around the image (image on the left). I went to the link above and opened up the CSS file and tried a few things, but couldn’t resolve it.

    My URL is https://www.caroldelaski.com/services/clear-choices-process-for-business/
    The testimonial is in the side bar about halfway down the page.

    Any thought on how I can correct this?

    Thanks

    Morag Reid

    I also could not get this to work after many attempts. It would be great if anyone figures it out and can post their CSS code.

    Plugin Contributor Michael Cannon

    (@comprock)

    @indiedog, All of that custom-frame-wrapper like CSS classes around the image itself is custom code and not part of the Testimonials plugin. Further, there’s some CSS authoring problems like missing semicolons between float and height properties that’s causing some mischief. However, the Testimonials plugin wrapper itself was left alone and can be updated like the following to get that left wrap.

    Affect only widget areas for your theme.

    .widget .testimonials-widget-testimonial .image {
    float: left;
    }

    Affect all areas using testimonials.

    .testimonials-widget-testimonial .image {
    float: left;
    }

    @elarson, it’s possible each persons CSS fix is different because of theme differences.

    ramneek123

    (@ramneek123)

    @michael
    Am trying to set up testimonials in footer of my website:
    cakesandbakery.com
    But am not able to resize image of author of reviews – I actually want to make them smaller to fit well in proportion of other elements in my site’s footer. Please help in same.

    Plugin Contributor Michael Cannon

    (@comprock)

    @ramneek123 This thread is already resolved. Please start a new one for support. Even better search for your answer as it’s been solved a few times already. I’d say, try the FAQ first.

    ramneek123

    (@ramneek123)

    hi – sorry for creating confusion here, problem’s solved now – thanks for awesome product!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘image to the left of text’ is closed to new replies.