Title: Comments Text-Runoff
Last modified: August 18, 2016

---

# Comments Text-Runoff

 *  [mattnaugle2](https://wordpress.org/support/users/mattnaugle2/)
 * (@mattnaugle2)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/comments-text-runoff/)
 * Hello Folks- I am trying to add the text of my comments to the front of my site.
   It works- but if someone copy and pastes a long link to a news article, it runs
   from outside the side bar. Is there a way to make text that is too long to run
   into the next line?

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

 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/comments-text-runoff/#post-152981)
 * One way: place the comment contents in div using a css class with an `overflow:
   hidden` property, so any text which goes beyond the width of the div will *disappear*:
 * `.home_comment {
    overflow: hidden; width: 250px; }
 * Using `overflow: auto;` would also work by placing comment text in a scroll-able
   frame.
 * But if you’d like a method for actually breaking the text up, let me know as 
   I have an experimental plugin that does just this.
 *  [franzilla](https://wordpress.org/support/users/franzilla/)
 * (@franzilla)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/comments-text-runoff/#post-152982)
 * [http://www.coffee2code.com/archives/2004/07/08/plugin-auto-hyperlink-urls/](http://www.coffee2code.com/archives/2004/07/08/plugin-auto-hyperlink-urls/)
 * I’ve used that to truncate links, works like a charm 🙂
 *  Thread Starter [mattnaugle2](https://wordpress.org/support/users/mattnaugle2/)
 * (@mattnaugle2)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/comments-text-runoff/#post-152988)
 * Thats an awesome plugin! Thank you 🙂
 * But thanks to Kafkaesqui as well- I am a newbie with css so that is some good
   info. I shall use it as well. Thanks 🙂
 *  [freshpolitics](https://wordpress.org/support/users/freshpolitics/)
 * (@freshpolitics)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/comments-text-runoff/#post-153438)
 * That plugin isn’t working for me, and so I’m having some of the same issues..
   a long hyperlink throws my whole design out of whack

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

The topic ‘Comments Text-Runoff’ is closed to new replies.

 * 4 replies
 * 4 participants
 * Last reply from: [freshpolitics](https://wordpress.org/support/users/freshpolitics/)
 * Last activity: [21 years, 2 months ago](https://wordpress.org/support/topic/comments-text-runoff/#post-153438)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
