How to extend form width?

  • NGPL
    Asked on February 1, 2017 at 10:52 AM

    Hi, just like to understand if it is possible to extend forms edge to edge so there is no padding on the left/right side.

  • kutlu
    Replied on February 1, 2017 at 11:13 AM

    Hello,

    Yes its possible by writing custom css for your form.

    Just go to 'form designer (or advanced designer)' and add the css code below.

    .form-all{

      width: 100%;

    }

    Hope this helps

    How to extend form width? Image 1 Screenshot 20