How to center the form

  • sofiman
    Asked on August 28, 2016 at 5:59 PM

    Hello,

     

    I have 2 problems,

     

    - I need my order form to be all in the center how to do this ?

     

    - Everytime I add the link of the product picture through payment wizard it shows it rotated, while if you opened the link its normal ! How to solve it ?

     

     

  • Mike
    Replied on August 28, 2016 at 6:25 PM

    The max-width is not currently specified in your form custom CSS, this is why the form is not centering. Please try adjusting the max-width parameter.

    Example:

    .form-all {
    width : 100%;
    max-width : 1000px;
    }

    How to center the form Image 1 Screenshot 20

    The second question has been moved into a separate thread:

    https://www.jotform.com/answers/918839

    It will be updated shortly.