Documentation Index
Fetch the complete documentation index at: https://skelementorcss.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Use alignment utilities to place copy where it belongs without breaking logical reading direction.| Class | CSS | When to use |
|---|---|---|
.text-start | text-align: start; | Default reading alignment |
.text-center | text-align: center; | Headlines, testimonials, CTA sections |
.text-end | text-align: end; | Metadata, side notes, number-heavy content |
Start Alignment
.text-start for long-form copy and default reading flow.
Center Alignment
.text-center with a constrained width when you want the message to sit in the middle of the layout.
End Alignment
.text-end for side notes, timestamps, and compact metadata that should sit against the far edge.
