Problem with form width

  • lokalninaturalni
    Asked on May 24, 2017 at 1:58 AM

    I have problem with form width - it stops on 580px while I need 1050px. 

    could you please check what goes wrong?

     

    Regards

    Krystian

  • John_Benson
    Replied on May 24, 2017 at 4:43 AM

    Hello Krystian,

    In order increase the width of your form as shown in the screenshot below:

    Problem with form width Image 1 Screenshot 30

    You need to add this custom CSS code:

    .form-all { 

        max-width: 1050px !important; 

    Here's a guide on: How-to-Inject-Custom-CSS-Codes

    Here's the result:

    Problem with form width Image 2 Screenshot 41

    Hope that helps. If you have questions, please contact us again. Thank you.

  • lokalninaturalni
    Replied on May 24, 2017 at 4:59 AM

    now looks ok

     thank u