[Square Checkbox Widget] Can not change the field width

  • yakuptrana
    Asked on May 8, 2014 at 3:57 PM
    Also I couldn't figure out how I can manage or edit the width for the multiple selection field so the lines don't fold.
  • Mike_T Jotform Support
    Replied on May 8, 2014 at 4:14 PM

    It looks like that a placeholder of the Square Checkbox Widget is limited to a 300px value. In order to fix this, please inject the following CSS to the form.

    .custom-field-frame {
    width: 800px !important;
    }

    Where 800px is the width in pixels.

    [Square Checkbox Widget] Can not change the field width Image 1 Screenshot 20

    I have also attached a bug report ticket to this thread and escalated it to our Development Team.

    We will get back to you when we have any updates.

  • MacLuc
    Replied on May 9, 2014 at 7:55 AM

    The bug has been fixed - from now on inputs will follow widget width, without limit.