-
sami.gnamتم السؤال بتاريخ ١٩ نوفمبر ٢٠٢١ في ٢:٣٣ ص
احتاج الى تغيير موقع الـ labels من يسار الصفحة الى اليمين فما هي الطريقة ؟
How can I change labels location form left to right of form ?
-
Ashwin Jotform Supportتم الرد بتاريخ ١٩ نوفمبر ٢٠٢١ في ٥:٤٧ ص
Please inject the following custom CSS code in your form and that should solve your problem:
.form-all {direction: rtl !important;
margin-left:122 !important;}
.form-label-left{float: right;}
.form-line-column {
float: right;}
.form-pagebreak-back-container {
float: right;
}
.form-pagebreak-next-container {
float: right;
}
.form-label {
float: right;
}
The following guide should help you how to inject custom CSS code in form: https://www.jotform.com/help/117-how-to-inject-custom-css-codes/
Hope this helps.
Do get back to us if you have any questions.