Left align form on webpage

  • ADXsiri
    Asked on December 28, 2016 at 4:33 PM

    Hi there,

    I'm adding a form to a webpage (I embeded the form using iframe). I woudl like the form to sit left aligned with the other text and images on the page. Is this possible to do?  

    Here is how the form sits on the page now:

    https://adxdepot.com.au/tool-backup

     

  • Support_Management Jotform Support
    Replied on December 28, 2016 at 5:29 PM

    Yes, that's possible - Try injecting the following CSS codes to your Form Builder:

    .form-all {

       margin-left: 5px !important;

    }

    RESULT:

    Left align form on webpage Image 1 Screenshot 30

    This is how/where you would inject those:

    Left align form on webpage Image 2 Screenshot 41

    Complete Guide: How-to-Inject-Custom-CSS-Codes 

  • ADXsiri
    Replied on December 28, 2016 at 6:22 PM

    Thank you!!