It didn’t work, but checking things out in Firebug, I figured out why. Widget text was set to break between any two letters. No idea why, but this fixed it:
.widget_text{
word-break: normal;
}
Thanks for your prompt reply. That means as much to me as the right answer. ??