Not signed in (Sign In)

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

  1.  
    Hi,

    Would anyone know how to make the form name, align in the center rather than the automatic alignment of the left hand side?

    Also does anyone know how to change the text style of the form name and the size?

    Thankyou
    • CommentAuthordbuschho
    • CommentTimeFeb 5th 2010
     
    Hello,

    You can find the basics for styling the look and feel of your form here:
    http://app.formassembly.com/pages/support/customization

    To center your title text, you should use something like:

    .wFormTitle{
    text-align: center;
    }

    While you can use the various font options listed in customization in the above code block as well.

    Let us know if you need further assistance,
    FA Support.