How can I increase fields width to contain prices too?

  • kelseyyeck
    Asked on May 8, 2017 at 4:12 PM

    My form used to look great! But now the PayPal widget is putting the price on two lines and it just looks blah. Can you help me with this? 

    Jotform Thread 1139178 Screenshot
  • AIDAN
    Replied on May 8, 2017 at 6:04 PM

    Please apply this custom CSS code into your form to get the prices in those same lines:

    .form-product-container>span {

    width: 200px;

    display: block;

    }

    I noticed that you're familiar with injecting custom CSS codes into your form, but for completeness here is our guide on how to achieve that: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    I have also created a corrected form in case you would like to examine it or clone ithttps://form.jotformpro.com/71277286036965

    I hope this helps. If you need further assistance please let us know. Thank you.