Reducing the space between the title

  • BallyHouse
    Asked on June 26, 2016 at 8:43 AM

    I do have 2 problems (look at the attached pic):

    1. How can I reduce the space between the title and the rest? 

    2. How can I expand the question to one line? There is enough space, but the the text goes into 2 lines.

    Thanks for help!

    jp

     

    Reducing the space between the title Image 1 Screenshot 20

    Jotform Thread 869499 Screenshot
  • John_Benson
    Replied on June 26, 2016 at 10:40 AM

    To reduce the space between the title and the field below, you need to remove the space by editing it on HTML wizard. Please remove the <p>&nbsp</p>. Please follow the steps below:

    1. Select the Eckdaten field, then click Edit HTML.

    Reducing the space between the title Image 1 Screenshot 30

    2. Open the source code "< >" button. After that, please delete the

     

    line to remove the space from the title and the rest of the forms. Click Complete button when you're done.

    Reducing the space between the title Image 2 Screenshot 41

     

    For your second question, to extend the question line space you need to inject a custom CSS code. Here's the CSS code:

    #label_7 { 
    width : 300px !important;

    Also, here's is the guide on how to inject custom CSS code.

    Note: Please create another thread if you have another question in the future so that we can assist you properly.