When I specify text-align:center for an element with a width that is greater than the width of the text, the text is centered within the content box of the elem
text-align:center
Try
word-wrap:break-word;
instead of:
white-space:nowrap;
or do you only want it on one line?