criar uma faq modelo

  • antonioveri
    Asked on May 18, 2019 at 9:26 AM

    Gostaria de diminuir o espaço um pouco entre as perguntas e respostas.

    para as respostas ficarem escondidas.

    Jotform Thread 1827950 Screenshot
  • Mike_G JotForm Support
    Replied on May 18, 2019 at 12:10 PM

    To do that, you can inject the following CSS codes to your form.

    .form-line, .form-html {

        padding-top: 0px !important;

        padding-bottom: 0px !important;

        margin-top: 0px !important;

        margin-bottom: 0px !important;

    }

    1558195822zt12 09 33 Screenshot 10

    How-to-Clone-an-Existing-Form-from-a-URL

    If you have other questions or concerns, please feel free to let us know.