How can I prevent text from dropping down to next line prematurely

  • dbcarr34
    Asked on February 19, 2015 at 12:27 PM

    If there is a short sentence text drops down

    like this 

     

    Jotform Thread 519053 Screenshot
  • Sean
    Replied on February 19, 2015 at 3:06 PM

    To address this issue you can inject the following CSS code.

    .form-product-item{
    width: 100% !important;
    }

    This should resolve the issue you are experiencing. Do let us know if further assistance is needed.


    Cheers!

  • dbcarr34
    Replied on February 19, 2015 at 3:32 PM

    Thanks for the valuable feedback.  Not being an expert on css, can i simple copy and past that code to the bottom of the css style sheet.  Or, do I have to specify the two items after .form-product-item and before {width: 100% !important;}     ???

  • David JotForm Support Manager
    Replied on February 19, 2015 at 5:21 PM

    Your first assumption is correct, simply copy and paste it to the bottom of the CSS style sheet as instructed in this guide. Let us know if that fixes the issue.