Not signed in (Sign In)

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

  1.  
    Can anybody help? I want to put a margin of 80px on the right hand side of my form so it fits with the layout of my site. Cant seem to find a way to do this yet. Any ideas would be really helpful. Cheers
    • CommentAuthorhelmore
    • CommentTimeFeb 9th 2010
     
    Hello,

    Pasting the following CSS in the custom code section of your form will give your form a right margin of 80px.

    <style type="text/css">
    .wFormContainer{
    margin-right: 80px;
    }
    </style>

    Happy to help further.

    FA Support