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.

size field

  1. cuddysteph
    Member

    here my contact form

    https://www.skypenosis.fr/contact/

    could you give the css line for field size please ? is too large and not enough tall ? i don't want it take all place but i want it center on my page .

    Please help me thanks

    Posted 11 years ago on Friday March 29, 2013 | Permalink
  2. The field sizes can be set in the admin for most fields (small, medium, large, etc). It sounds like you just need to set a width on the main form wrapper and center it and the field sizes will adjust accordingly. Try adding this to the end of your theme's stylesheet.

    [css]
    body #gform_wrapper_4 {
        width: 50%;
        margin: 0 auto !important;
    }

    screenshot: http://i.imgur.com/26SYkJN.jpg

    Posted 11 years ago on Friday March 29, 2013 | Permalink
  3. cuddysteph
    Member

    thanks kevin !

    Posted 11 years ago on Friday March 29, 2013 | Permalink

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