Not signed in (Sign In)

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

    • CommentAuthorbcsca
    • CommentTimeNov 10th 2007
     
    I have posted recently created form on to a page http://www.bcschoolcounsellor.com/new/presenter.htm...and as you can see the form "spills over"
    How can change the width of the form so that it fits within the designated area on the page....
    • CommentAuthorbcsca
    • CommentTimeNov 12th 2007
     
    I found the script for changing the width of the form---but I am still interested in finding out how to make the form TRANSPARENT...this have the same background as my website
    www.bcschoolcounsellor.com/new

    Dave
    • CommentAuthorcedsav
    • CommentTimeNov 13th 2007
     
    Dave,

    Here's the CSS. It goes in the form builder, in the advanced properties panel for the form element.

    <style type="text/css">
    form, fieldset {
    background-image: none !important;
    background-color: transparent !important;
    }
    </style>