Enable RTL
- Head over to the "Theme" tab
- Paste the following Custom CSS:
body {
direction: rtl;
}
.typebot-avatar-container {
margin-right: 0;
margin-left: 0.5rem;
}
.typebot-guest-bubble {
margin-right: 0;
margin-left: 0.5rem;
}
.bubble1,
.bubble2 {
margin-right: 0;
margin-left: 0.25rem;
}
If there is any visual flaw, contact me so that I can adjust the CSS rules