title field to short

  • kauseway
    Asked on December 18, 2015 at 12:12 PM

    https://form.jotform.com/43327418464962

    I am trying to adjust the title widths. I changed it to 350 px but it still showing up on two lines.

    Fields for On sale $26 regular $35

    Jotform Thread 728686 Screenshot
  • Sammy
    Replied on December 18, 2015 at 1:33 PM

    Kindly append the !important tag to prevent overriding of the width value by the default classes.

    This should enable the labels to display without being broken to a new line.

    #label_69 {
        width : 350px !important;
    }
    #label_67 {
        width : 350px !important;
       
    }