Help on customizing my form

  • sarajudy69
    Asked on March 28, 2014 at 6:31 PM

    How do I get the form to moveup a little bec its not centered vertically. And how to I widen the desciption box

    The submit button seems blury-any reason why?

     

    Thanks

    Jotform Thread 354615 Screenshot
  • Elton Support Team Lead
    Replied on March 28, 2014 at 7:46 PM

    Hi,

    1. Inject this CSS codes to your form. This should correct it.

    .form-all {

    margin: 0 -5px !important;

    }

    2. Add this as well to correct the text box and text area widt.

    .form-textbox, .form-textarea {

    width: 187px !important;

    }

    3. You are using image button, is it your image that is blurry? Anyway, if you want to remove the box shadow underneath the image button, add this CSS codes.

    .form-submit-button {

    box-shadow: none !important;

    background: none !important;

    }

    Guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Please make sure to inject these CSS codes. Let us know should you need further assistance.

    Regards!