# Indent paragraph text?

**URL:** <https://meta.discourse.org/t/indent-paragraph-text/211116>\
**Category:** Support\
**Created:** [December 4, 2021, 7:44pm UTC](https://meta.discourse.org/t/indent-paragraph-text/211116 "2021-12-04T19:44:56Z")\
**Posts on this page:** 1\
**Showing post:** 9

<div class="post-metadata">

**Author:** ![Steven](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/steven/32/187890_2.png) [@Steven](https://meta.discourse.org/u/Steven)\
**Post date:** [December 4, 2021, 8:56pm UTC](https://meta.discourse.org/t/indent-paragraph-text/211116/9 "2021-12-04T20:56:11Z")

</div>

I believe div style is not whitelisted, you would need a plugin or component. But you can create a wrap bbcode directly in your admin forum. Add these lines in Customize \> your theme or component \> CSS Common

```css
[data-wrap="indent"] {
    margin-left: 20px;
}

```

Then in your post, use this for the text you want:

```plaintext
[wrap="indent"]
Your paragraph
[/wrap]

```

---

_[View the full topic](https://meta.discourse.org/t/indent-paragraph-text/211116)._
