can i change the width of the question field?

  • polopolysu
    Asked on April 22, 2016 at 4:03 AM
  • Carina
    Replied on April 22, 2016 at 4:29 AM

    Yes, the easiest way is by using the form designer > select the field (1) > edit width (2) > save (3):

    can i change the width of the question field? Image 1 Screenshot 30

    can i change the width of the question field? Image 2 Screenshot 41

    If you meant instead to change the width of the field label please add this css code:

    .form-label.form-label-left {

        width: 300px !important;

     

    }

    Let us know if we can assist you further.