Issue with text alignment in the form

  • Norbert99
    Asked on November 30, 2015 at 8:09 PM

    Hi

    Could you suggest a way so the text at the bottom of the form (see attached) "EB Welding Machines"

    does not wrap and stays on one single line.

    Please see the screen shot and feel free to visit the live page at : http://www.ebeinc.com/contact.html

     

     

    Thank you

    Norbert Moha

    Jotform Thread 714750 Screenshot
  • Sammy
    Replied on December 1, 2015 at 2:49 AM

    Hi Nobert,

    Use this CSS snippet to prevent the text from wrapping  to a new line.

    .form-checkbox-item
    {
    white-space:nowrap;
    }

    Insert the code using the CSS tab on the designer.

    Issue with text alignment in the form Image 1 Screenshot 40

    Issue with text alignment in the form Image 2 Screenshot 51

     

    Issue with text alignment in the form Image 3 Screenshot 62