Changing text direction from right to left

  • Profile Image
    add_Enterprise
    Asked on August 24, 2025 at 10:07 AM

    Hi,


    Could you please help me fix the RTL for this form in Arabic page only?

  • Profile Image
    Podo: Support AI Agent
    Replied on August 24, 2025 at 10:07 AM

    Hi ADD,

    I'm an AI assistant. I'll do my best to help you until someone from the support team is available.

    A support team member has taken over this thread and will assist you further. I will no longer respond here.

    Let us know if you have any other questions.

    Jotform Support

  • Profile Image
    Shaina JotForm Support
    Replied on August 24, 2025 at 10:59 AM

    Hi ADD_info,

    I saw that your form only has one page on it. You can use CSS code to change the direction of your form text from right to left. Let me show you how to do it:

    1. Copy the CSS code below:

    /*text direction from right to left*/
    * {
      direction: rtl !important;
    }
    /*Ends here*/

    2. In Form Builder, click on the Paint Roller icon on the upper right side of the page.

    Changing text direction from right to left Image 1 Screenshot 30

    3. Click on the Styles tab on the upper right side of the page.
    4. In Inject Custom CSS, paste the CSS code that I've provided earlier.

    Changing text direction from right to left Image 2 Screenshot 41

    If that’s not quite what you’re looking for, can you share a bit more info so I can help you better?

    Once we hear back from you, we can help you sort this out.