• Resolved ianusher99

    (@ianusher99)


    Hi there,
    I’m having problems with the way text wraps. It is breaking up words, both in the title, and in the content of the testimonials.
    Many thanks,
    Ian

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ianusher99

    (@ianusher99)

    More details:
    On the site with the problem I have version Version 2.40.0 of Strong Testimonials. Theme is Twenty Seventeen.
    I have another website set up in exactly the same way, with version 2.39.3. That one is working fine! I haven’t updated the plugin in case it breaks the website, like this one with 2.40.
    Works fine 2.39.3
    https://fulltimehousesitters.com/references/
    Not working 2.40
    https://rayeglobalhousesitting.com/references/

    Hello @ianusher99,

    Thank you for reaching out to us!
    The styling rule that breaks the words is not from our plugin unfortunately.
    Here it is: https://gyazo.com/3e8c04a1d45e0032cf3dccbb6d32fda9
    Appears to be from Gutenberg.
    You can override it by adding this code in Appearance > Customize > Additional CSS:

    .wp-block-table td, .wp-block-table th {
    	word-break: keep-all;
    }

    All the best,
    Mihaela

    Thread Starter ianusher99

    (@ianusher99)

    Hi there,
    The additional css code has fixed the word wrap issue.
    It’s strange that the problem comes from WordPress itself, presumably from the new-style block editor. On the other site I have the “Classic Editor” plugin installed… maybe that’s why I don’t have the same problem on that site…?
    However, I do still have a small problem on that page:
    https://rayeglobalhousesitting.com/references/
    I have lost the spacing between some of the testimonials. In each of the three columns, the space between some of the testimonials near the top is just a thin white line. Lower down the page they are all fine.
    This changes if I remove the css code you gave me, and different gaps disappear !
    Any ideas?
    Thanks very much,
    Ian

    Hello @ianusher99m,

    Yes, because you have the Classic Editor there, the issue does not occur.
    Maybe there is some setting in Gutenberg to not break the words, I’m not that familiar with it.

    Could you please send me a screenshot with the spacing?
    It looks ok on my end: https://gyazo.com/f004624c8b6bea996fa7f33c5cdd7fb1

    Thank you,
    Mihaela

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Text wrapping problems’ is closed to new replies.