Title: Responsive question
Last modified: August 30, 2016

---

# Responsive question

 *  Resolved [monkey121a](https://wordpress.org/support/users/monkey121a/)
 * (@monkey121a)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/responsive-question-4/)
 * Hello
 * I love the plugin, however i have a issue with the way it deals with different
   screen sizes, ie pushing half a word on the next line.
 * Its doing this:
    London Exce llence
 * Instead of:
    London Excellence
 * Is there sometime i am not doing to allow the Responsive sizing not spilt half
   way through words
 * Many thanks for anyhelp you can give.
 * M
 * [https://wordpress.org/plugins/cc-child-pages/](https://wordpress.org/plugins/cc-child-pages/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [caterhamcomputing](https://wordpress.org/support/users/caterhamcomputing/)
 * (@caterhamcomputing)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/responsive-question-4/#post-6183748)
 * 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](http://codex.wordpress.org/Forum_Welcome#Signatures)]_
 *  Plugin Author [caterhamcomputing](https://wordpress.org/support/users/caterhamcomputing/)
 * (@caterhamcomputing)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/responsive-question-4/#post-6183824)
 * 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.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Responsive question’ is closed to new replies.

 * ![](https://ps.w.org/cc-child-pages/assets/icon-256x256.png?rev=3451096)
 * [CC Child Pages](https://wordpress.org/plugins/cc-child-pages/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cc-child-pages/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cc-child-pages/)
 * [Active Topics](https://wordpress.org/support/plugin/cc-child-pages/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cc-child-pages/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cc-child-pages/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [caterhamcomputing](https://wordpress.org/support/users/caterhamcomputing/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/responsive-question-4/#post-6183824)
 * Status: resolved