Is there anyway of making the form smaller on the page without changing the stylesheets of my blog?
My Blog is 900px wide which means that the forms are also 900px wide - is there anyway of shrinking the forms to about 600px wide?
Many thanks
Jim
Is there anyway of making the form smaller on the page without changing the stylesheets of my blog?
My Blog is 900px wide which means that the forms are also 900px wide - is there anyway of shrinking the forms to about 600px wide?
Many thanks
Jim
You still have to add some CSS to your theme stylesheet, but it's easy.
[css]
body .gform_wrapper { width:600px }
http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples
Brilliant - thank you!