Home › Forums › Support › Long Text without Spaces goes of sidebar container › Reply To: Long Text without Spaces goes of sidebar container
November 20, 2015 at 11:33 pm
#154548
Lead Developer
Lead Developer
I believe your only solution would be this CSS:
.sidebar .widget {
word-wrap: break-word;
}
It will break the word up so it doesn’t run outside the container.
Let me know if you need more info 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development