How to remove line breaks for labels

  • Hadas
    Asked on March 24, 2016 at 8:29 AM

    or some reason the form's lines break. I added a screenshot:

     How to remove line breaks for labels Image 1 Screenshot 20

  • beril JotForm UI Developer
    Replied on March 24, 2016 at 9:16 AM

    If I understand your question correctly, you want to remove line breaks for your labels.

    How to remove line breaks for labels Image 1 Screenshot 40

    To solve that issue, we would appreciate it if you could add the CSS code below  to your .css file.

    How to remove line breaks for labels Image 2 Screenshot 51

     

    .form-label{

         display: inline !important; 

    }

     

    By the way, I am able to view your form with Zen Mate Plugin by changing the location.=)

    How to remove line breaks for labels Image 3 Screenshot 62

    If it doesn't work please let us know. We will be glad to assist you.

  • Hadas
    Replied on March 27, 2016 at 4:05 AM

    it works! thanks :)

  • Kiran Support Team Lead
    Replied on March 27, 2016 at 7:00 AM

    Great! Glad to see that the issue is now resolved. Please do not hesitate to get in touch with us if you need any further assistance. We will be happy to help. 

    Thank you for using JotForm!!