How can I make the widget from right to left?

  • zocz
    Asked on September 3, 2019 at 10:48 PM

    I Want the field in the left side 

    the widget is : Multiple Text Fields


    Jotform Thread 1950861 Screenshot
  • roneet
    Replied on September 3, 2019 at 11:15 PM

    I have injected this code in both the Multiple text widget to align the text and the widget in right to left position:


    table {
     text-align: right;
     direction: rtl !important;
    }

    I have injected this CSS code in the Form Designer to align the widget to the right side:

    #id_31 {
     position: relative;
     left: 120px;
    }

    Let us know how it goes.

    Thanks.

  • zocz
    Replied on September 4, 2019 at 1:22 AM

    It’s good thank you 🙏🏻