Lovision

Text alignment

Control horizontal and vertical alignment of text within a text layer.

Horizontal alignment

Horizontal alignment controls how lines of text are distributed left-to-right within the text box:

AlignmentBehavior
LeftText starts at the left edge of the text box. The right edge ragged.
CenterEach line is centered within the text box.
RightText ends at the right edge. The left edge is ragged.
JustifyText is stretched to fill the full width of each line (except the last).

Vertical alignment

For text layers that have a fixed height (a text box), vertical alignment controls how the text block sits top-to-bottom within the box:

AlignmentBehavior
TopText starts from the top of the text box.
MiddleText is vertically centered within the box.
BottomText is pinned to the bottom of the text box.

Changing alignment

  1. Select a text layer.
  2. In the right inspector, open the Typography section.
  3. Click the horizontal alignment buttons (Left / Center / Right / Justify).
  4. For vertical alignment, click the vertical alignment buttons if the text layer has a fixed height.

Tips

  • Use Left alignment for most body text — it is the easiest to read in Latin scripts.
  • Use Center for short one-line headings, buttons, or labels where symmetry matters.
  • Avoid Justify on narrow text columns — short lines produce excessive word spacing.
  • Vertical middle works well for single-line button labels to keep text optically centered.

On this page