Form width by percent instead of px

  • expertiseinc
    Asked on May 6, 2014 at 12:48 PM

    It would be VERY useful if I could set width as a % instead of as an absolute value.

  • TitusN
    Replied on May 6, 2014 at 2:21 PM

    You can by adding the form width as custom CSS as shown in this guide

    An example custom CSS would be:

    .form-all {

    width:90%;

    }

    Let us know if this helps.