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.

GF form is very small

  1. The form comes out very small. Link: http://shopsatrossmoor.com/sar/constant-contact-test-2/ is there anyway to increase the overall size of the form?

    Also I'd like to be able to center the form in the content area of the page. I have tried <center> tags but it isn't doing anything.

    Posted 11 years ago on Tuesday February 26, 2013 | Permalink
  2. What you need to do is first get rid of the gf_left_half and gf_right_half ready classes from the field. Then drop in this CSS snippet into your theme's stylesheet (or wherever your theme instructs you to place custom CSS):

    [css]
    body .gform_wrapper input[type=text], body .gform_wrapper input[type=url], body .gform_wrapper input[type=email], body .gform_wrapper input[type=tel], body .gform_wrapper input[type=number], body .gform_wrapper input[type=password] {
    padding: 1em;
    }
    body .gform_wrapper select {
    height: 35px;
    }

    This should be your result.

    Posted 11 years ago on Tuesday February 26, 2013 | Permalink
  3. Well done Rob. You nailed it. Thank you.

    Posted 11 years ago on Tuesday February 26, 2013 | Permalink
  4. Right on, glad to help!

    Posted 11 years ago on Tuesday February 26, 2013 | Permalink

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