Left align Form in Wordpress

  • andylong
    Asked on May 4, 2014 at 8:32 AM

    Hello. I have just added a form to my wordpress site http://www.meritics.com/measuring-viscoelasticity-rheolution-instruments.html and I want it to show left align. It always shows centred. Is there a way I can align left?

    Thanks, Andrew

  • jonathan
    Replied on May 4, 2014 at 10:15 AM

    Hi Andrew,

    You can left aligned the form by injecting CSS code into it.

    Similar to this CSS code

    .form-all

    {

    float:left !important;

    }

    Here is how to inject CSS codes to forms: How to inject custom CSS codes

    Hope this help. Please inform us if this did not work.

    Thanks!

  • andylong
    Replied on May 4, 2014 at 10:48 AM

    It did work and many thanks for this. Excellent!

  • Ashwin JotForm Support
    Replied on May 4, 2014 at 11:33 AM

    Hello andylong,

    On behalf of my colleague, you are welcome.

    Do get back to us if you have any questions.

    Thank you!