Not really sure that I got the problem, but you have an likert scale item/column description “1” and you want to add describing text to it?
you can do something like this:
<strong>1</strong><br/><small>strongly disagree</small>
That will make the “1” bold, adds a linebreak after the number (<br/> = break) and then continues with “strongly disagree” in a slightly smaller font size than the default one. of course you can remove the strong and/or the small tags if you dont like the formatting.