Two small styling items. Can you please help me to style my form?

  • strausnews
    Asked on May 17, 2017 at 6:29 AM

    http://www.route94.com/info/contact-us

     

    1.  I would like to right-justify all the fields in this form (shift from center-justified on the image, to right-justified).

     

    2.  I would like to add some padding between the field titles (your name, your email etc) and the fields.  It's a little tight.

     

    Thanks!

     

     

  • seth
    Replied on May 17, 2017 at 7:10 AM

    Hello,

    Please add this code to your form to obtain a right aligned form and a little bit space between labels and input fields:

     

    .form-all{

      float:right !important;

    }

    .form-label{

      margin-bottom: 5px !important;

    }

     

    Here is a guide on injecting CSS codes into your form:

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

     

    Here is how your form would look like:

    Two small styling items Screenshot 20

    I hope this answer helps. Please don't hesitate to contact us for your further queries.

     

    All the best!