Positioning the form fields to the left

  • assecura
    Asked on May 1, 2016 at 1:10 PM
    and my second question is, how can I bring the form left site assigned instead of right? I don't find any option.. 
  • Jan
    Replied on May 1, 2016 at 1:17 PM

    You can use this CSS code to push the form element to the left side.

    .form-all {
    margin-left: 30px !important;
    }

    The 30px value can be changed depending on your preferences. It is the space between the left edge of the browser and the form.

    Positioning the form fields to the left Image 1 Screenshot 20

    Related guide: How-to-Inject-Custom-CSS-Codes

    Hope that helps. Thank you.