Hi.
Sorry to have taken a while to get back to you on this.
The plugin does not set how word wrapping is handled as this is the kind of design decision that should be handled by the theme itself for consistency.
However, you can easily add some custom CSS to change how words are wrapped from the settings page (Settings -> CC Child Pages).
Try adding the following CSS:
.ccchildpage,
.ccchildpage * {
word-wrap: normal !important;
-ms-word-break: normal !important;
-webkit-hyphens: none !important;
-moz-hyphens: none !important;
hyphens: none !important;
}
Hopefully this should help … although I haven’t had time to test it myself yet, so please do let me know whether it works for you or not.
If you can post a link to the page where you have the problem, I can have a look to see if there is anything more specific that I can suggest.
Thank you for using CC Child Pages.
[ Signature moderated ]
I am marking this topic as resolved, as I have not heard back from you.
I am hoping that my previous instructions were of some help … I have since tested the CSS, and it works as expected.
If you feel that I have not fully answered your query, please do let me know.