Granted, I'm new to GF and I've been looking for an answer that seems like it should be simple, but can't find it.
What css insert do I need to specify height and width of a form wrapper? And, how do I get the title text to NOT wrap? It seems that no matter what I do on the form title... it wants to wrap to two lines instead of one. If I edit the text to be less words... the form wrapper shrinks and still wraps to two lines...! I'm stuck.
What I want is width: 300px and height: 150px (way too much dead space at the "submit" area)
Here's the form at the top of the page: http://www.rhsmsj72.com/
Here's the css insert I attempted to no avail:
.gform_wrapper_3 {
width:300px; !important; height:200px; !important;
}