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.

increase field size

  1. rlpartida
    Member

    I have 2 problems with the opt-in form on the sidebar:
    http://www.universosocial.com/contacto/

    1. I'd like to increase the length of each field
    2. center align the "submit" button

    This form has an ID=2

    Here is an image of how I'd like it to look like:

    http://www.universosocial.com/wp-content/uploads/images/optin_gravity.png

    Thanks

    Posted 12 years ago on Friday March 16, 2012 | Permalink
  2. Try dropping this in to your theme's stylesheet:

    [css]
    #input_2_1, #input_2_2 {
    width: 98%;
    }
    #gform_wrapper_2 .gform_footer.left_label {
    padding: 0;
    text-align: center;
    }
    Posted 12 years ago on Saturday March 17, 2012 | Permalink
  3. rlpartida
    Member

    Hey Rob,

    Thanks again! You are the man!

    It did the job!

    Cheers

    Posted 12 years ago on Saturday March 17, 2012 | Permalink
  4. You got it! :)

    Posted 12 years ago on Sunday March 18, 2012 | Permalink

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