I am trying to change the font that GF uses to match my site.
In my own CSS sheet I added :
[css]
.gform_wrapper { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
Once added, the form width shrinks by 20%. I can't seem to find any other cause for the width change other than "font-family". I am working locally on the site so I can't post a link. Any thoughts?