PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Changing width of form

  1. I am new to GF and setting up my first form

    Is there an easy way to adjust the width of the form on the web page?

    The form I made takes up the whole width of the page

    I have searched the support forum and can't find a simple answer...it sees to me that this should be a simple selection in the form builder

    Posted 11 years ago on Tuesday October 23, 2012 | Permalink
  2. No need for an extraneous setting in the form builder.. you can do this with a simple CSS rule added to your theme stylesheet. It's the first example listed here..

    http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples

    to redefine the width, it would be something like this

    [css]
    body .gform_wrapper {width: 400px}
    Posted 11 years ago on Tuesday October 23, 2012 | Permalink
  3. Thanks!...simple when you know how

    Posted 11 years ago on Tuesday October 23, 2012 | Permalink

This topic has been resolved and has been closed to new replies.