Descriptions for questions

  • frenda
    Asked on July 20, 2018 at 5:18 AM

    Is it possible to add description to a question? I added a text box under the questions but the spacing is so far away it does not seem to belong to the question. I tried changing the spacing between questions but this didn't really effect the text boxes.

  • arda
    Replied on July 20, 2018 at 6:17 AM

    Hi Frenda, 

    You can do it with CSS. I wrote the CSS code for you. You can add this code block to CSS section like the image then you can change to space. If you decide to change you must change "-40". 

    li.form-line[data-type='control_text'] {
      margin-top:-40px;
    }

    li.form-line[data-type='control_text']:nth-of-type(2) {
      margin-top:0;
    }

     

    1532081328addingcss Screenshot 10

     

    Best Regards.

  • frenda
    Replied on July 20, 2018 at 8:43 AM
    Perfect! Thank you for your quick help!
    Best regards,
    Amanda
    Från: JotForm
    Skickat: den 20 juli 2018 12:17
    Till: Startkoordinator
    Ämne: Re: Descriptions for questions
    A new response has been received:
    [JOTFORM]
    Answered by arda
    Hi Frenda,
    You can do it with CSS. I wrote the CSS code for you. You can add this code block to CSS section like the image. You can change to space. If you decide to change you must change "-40".
    li.form-line[data-type='control_text'] {
    margin-top:-40px;
    }
    li.form-line[data-type='control_text']:nth-of-type(2) {
    margin-top:0;
    }
    [1532081328addingcss.png]
    Best Regards.
    View this thread on browser » Unsubscribe Thread
    1532081822
    ...