rtl

  • xxq7xx
    تم السؤال بتاريخ ٨ أغسطس ٢٠٢٤ في ١٢:٢٤ ص

    تابعت الشرح الموجود في الدعم بهدف تغيير أتجاه النص من اليمين إلى اليسار ولكن الكود يقوم بتغيير كل شي فمثلا أعلى الصفحة أريد أن يتوسط الصفحة حتى يكون المظهر أجمل ، مرفق مع الرسالة النص المضلل الذي أريد أن يتوسط الصفحة ما الحل ؟

    Jotform Thread 17717081 Screenshot
  • Ivy Jotform Support
    تم الرد بتاريخ ٨ أغسطس ٢٠٢٤ في ٣:١٧ ص

    Hi xxq7xx,

    Our Arabic Support agents are busy helping other Jotform users right now, so I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in Arabic, let us know and we can have them do that. But, it might take a while until they're available again.

    Now coming back to your question, as I understand, you want to align the heading and subheading in the center of the form. It’s easy to set it up with injecting CSS code into the form. Let me show you how to do it:

    1. First copy this code below:

    .form-header, .form-subHeader {
      text-align: center !important;
      margin: 0 auto;
    }

    2. In Form Builder, click on the Paint Roller icon to open the Form Designer menu on the right side of the page.

    3. Under the Styles tab, scroll down the menu and paste your code into the Inject Custom CSS field. That's it.


    rtl Image 1 Screenshot 20

    Give it a try and let us know if you need any help.