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.

Sidebar Widget Form Field Width

  1. I would like to know how I can increase the width of the fields when the form is used on the sidebar?
    http://tennisjungle.com/courts/

    Posted 11 years ago on Saturday September 22, 2012 | Permalink
  2. We can't see that without logging in. Can you embed a form which we can see without having to log in? We will be able to help you out at that point.

    Posted 11 years ago on Sunday September 23, 2012 | Permalink
  3. Hey Chris, I disabled that "must be logged in" option. Take a look, Id appreciate the help...
    http://tennisjungle.com/courts/#.UGUCwFG_afQ

    Posted 11 years ago on Friday September 28, 2012 | Permalink
  4. Add this to one of your theme's stylesheets (normally style.css or custom.css, whichever the theme provider recommends):

    [css]
    body .widget .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
     width: 97%!important;
    }
    Posted 11 years ago on Friday September 28, 2012 | Permalink