How to put the options of the Single Choice widget on one line

  • juliallmeida
    Perguntado em 31 de julho de 2023 às 16:19

    Ola.

    Eu gostaria de colocar essas 2 opções de escolha unica em 1 linha só.

    Na versão para celular e também na versão desktop


    Você pode me ajudar?

    Jotform Thread 5381204 Screenshot
  • Billy Jotform Support
    Respondido em 1 de agosto de 2023 às 00:42

    Hi Juliana,

    Thank you for reaching out to Jotform Support. To put the options of the Single Choice widget on the same line, we need to inject CSS code into the form. Let me show you:

    1. Open the form in Form Builder
    2. Click on the roller-paint icon (Form Designer) located in the upper right corner
    3. Click on the Styles tab
    4. In the Inject Custom CSS section, insert/paste the code below and click on Save
    #cid_240 > div {
    display: flex !important;
    }

    Result:

    How to put the options of the Single Choice widget on one line Image 1 Screenshot 20

    Reach out again if you need any other help.

  • juliallmeida
    Respondido em 1 de agosto de 2023 às 00:50
    Thank you 🙂
    Em ter., 1 de ago. de 2023 01:42, Jotform <noreply> escreveu:
    </noreply>...