Viewing 7 replies - 1 through 7 (of 7 total)
  • We have this exact same problem! can anyone help the link to our site is https://www.armscare.co.uk I have found it also doesnt wrap text in the wigget as well.

    I’ve gone something similar going on… It’s just one huge testimonial with no paragraph breaks.

    Thread Starter CarolVerity

    (@carolverity)

    Phew… I’m not the only one – do we know if there is any support at all for this plugin other than having to wait? ??

    Plugin Author devnz

    (@eringarscadden)

    Sorry everyone for the lack of support at this time, I am finding it hard to keep on top of this.

    Carol – This looks to be an override coming from your theme. I can see this code in Firebug:

    #site .content,
    #footer .content {
    	width: 1090px;
    }

    Try adding this code to your theme’s CSS file, underneath where that declaration is

    #site #testimonials_container .content {
    	max-width: 100%;
    }

    Try that and let me know if that works.

    Plugin Author devnz

    (@eringarscadden)

    armscare – This looks to be the same issue as Carol, try adding this into your theme’s CSS file, and let me know if it works.

    .testimonial .content {
    	max-width: 100%;
    }

    kelleychambers – Can you send me a link to your website and I will take a look for you.

    Thanks!!! it worked perfectly

    Simply adding this into the Themes CSS

    .testimonial .content {
    	max-width: 100%;
    }

    Thanks again Devnz

    Thread Starter CarolVerity

    (@carolverity)

    Thank you so much Devnz! That worked brilliantly! Keep up the great work… where can we leave a testimonial for you? ??

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