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/
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/
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.
Hey Chris, I disabled that "must be logged in" option. Take a look, Id appreciate the help...
http://tennisjungle.com/courts/#.UGUCwFG_afQ
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;
}