> For the complete documentation index, see [llms.txt](https://docs.nftembed.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nftembed.org/custom-styling/spacing-and-orientation/alignments.md).

# Alignments

The majority of these settings should get left as default. However, if you feel confident, feel free to adjust and change the parameters.

Adjusting alignment changes the location of content like text. Here are some examples of how text alignment changes using “**textAlign**” and a direction.

| Text Direction | Text Direction | Text Direction |
| -------------- | :------------: | -------------: |
| "left"         |    "center"    |        "right" |

<div align="left"><img src="/files/zn5B79gNoCgxTz8phgJS" alt="Text aligned to the left"> <img src="/files/iXfNRcUaxSTkAVYzOWO0" alt="Text aligned to the right"></div>

```jsx
"textAlign": "center", // text is set in the middle of an element
"textAlign": "left", // text is set to the left of an element
"textAlign": "right", // text is set to the right of an element
"textAlign": "justify", // text spans to fit the element
```
