2
0
Files
bot/apps/docs/guides/rtl.mdx
2023-12-22 09:13:53 +01:00

23 lines
280 B
Plaintext

---
title: Enable RTL
---
- Head over to the "Theme" tab
- Paste the following Custom CSS:
```css
.typebot-container {
direction: rtl;
}
.typebot-avatar-container {
margin-right: 0;
margin-left: 0.5rem;
}
.guest-container {
margin-left: 0;
margin-right: 50px;
}
```