css - Child Div Breaking its Parent's Div -


i have spent hours trying prevent 1 of child divs breaking parent's div.

link: http://bowenhost.com/wordpress/

screenshot: enter image description here

it's saddads widget / div keeps breaking.

feel free inspect element / firebug on web browsers find solution.

thanks in advance guys. appreciate it!

the content out spaces. treated single word. give sentence space between words , check

if want break word has no spaces can use word wrap of css3

.textwidget {     word-wrap: break-word;     } 

Comments