Not signed in (Sign In)

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorlancegregg
    • CommentTimeDec 16th 2009
     
    I need to limit the overall width of my form.
    I assume there is a way to do this using the Custom Code in the Advanced Form Properties tab?
    Any suggestions?

    Thank you in advance.
    • CommentAuthorhelmore
    • CommentTimeDec 16th 2009
     
    Hello,

    To control the form's width, open your form in the Form Builder, then click "Edit" next to the title in the Outline panel. Then, open the Advanced panel. There, paste the following lines (without the ________) into the "Custom Code" box.

    ___________
    <style type="text/css">
    .default .wFormContainer{
    width: XXpx;
    }
    </style>
    ___________

    Change the XX to whatever fits on your page.

    Let me know if you need further assistance.

    Thanks,
    Hillary
    FA Support