Typebot Docs home pagelight logodark logo
  • Github
  • Dashboard
  • Dashboard
Learn
Self-Hosting
Contribute
API Reference
  • Community
  • Get Started
    • Welcome
    • Creating a typebot
    Flow
    • Graph
    • Blocks
    • Events
    • Variables
    • Publish
    • Share
    • Context menu
    • Export / Import a typebot
    Theme
    • Overview
    • Font
    Settings
    • Overview
    • Remember user
    Deploy
    • Web
    • WhatsApp
    • API
    Results
    • Overview
    • Analytics
    User
    • User preferences
    • Delete account
    • Credentials
    Workspace
    • Overview
    • Add members and guests
    • Subscription
    Guides
    • How to get help?
    • Add a subscriber to MailerLite
    • Dynamic avatars
    • Enable RTL
    • Forward UTM parameters to a typebot
    • How to create loops?
    • How to split AI message into multiple messages
    Misc
    • FAQ
    • Report Abuse
    • Typebot Schema Releases
    Guides

    Enable RTL

    • Head over to the “Theme” tab
    • Paste the following Custom CSS:
    .typebot-container {
      direction: rtl;
    }
    
    .typebot-avatar-container {
      margin-right: 0;
      margin-left: 0.5rem;
    }
    
    .guest-container {
      margin-left: 0;
      margin-right: 50px;
    }
    
    Suggest edits
    Dynamic avatarsForward UTM parameters to a typebot
    websitediscordgithub
    Powered by Mintlify
    Assistant
    Responses are generated using AI and may contain mistakes.