> ## Documentation Index
> Fetch the complete documentation index at: https://docs.typebot.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enable RTL

* Head over to the "Theme" tab
* Paste the following Custom CSS:

```css theme={null}
.typebot-container {
  direction: rtl;
}

.typebot-avatar-container {
  margin-right: 0;
  margin-left: 0.5rem;
}

.guest-container {
  margin-left: 0;
  margin-right: 50px;
}
```
