Word break issue for long text

Hi

Need urgent help in this issue…
I need to be able to fit content into the fixed width div under “services” section without breaking word.

In case I try to manage the content by inserting line breaks at appropriate places,the layout breaks (since words are breaking)on smaller screens…

(http://clouditheaven.org/mb/1/BOOTSTARTER%20_%20responsive%20parallax%20Bootstrap%20template.php).

css for the “p” element is as follows:
margin-bottom: 0px;
word-wrap: break-word;
padding:0;
white-space: pre-line

Hi,

Why don’t you just remove the non breaking spaces (  ) and let the words wrap naturally at the normal space.?

You shouldn’t be outputting non breaking spaces like that anyway.

Thanks a million Paul…I dunno how those (  ) came up…I had copied the text from somewhere and thats how they got added…U made my day…

lol - sometimes its the simple things :slight_smile: