In this video I’ll show you how to position label text inside of the widget. We’ll look at justifying the text to the left, right, and center.
To move the position of text around inside of a widget, we use the justify tag inside the widget. Justify has three options; left, right, and center.
Center is the default for the widget, so if you want your text centered, you don’t have to do anything.
In this video we’ll also look at using line breaks \n to put text of different lines inside the widget.
Add comment