Any idea what I can do to fix this? the lines are all cut off on the right side of the text boxes. see the screen shot. https://docs.google.com/document/d/1YZKdrVxl8zPs3mb20wXTzEl_20yGYTN0s_C2t6vFpxc/edit?usp=sharing
Any idea what I can do to fix this? the lines are all cut off on the right side of the text boxes. see the screen shot. https://docs.google.com/document/d/1YZKdrVxl8zPs3mb20wXTzEl_20yGYTN0s_C2t6vFpxc/edit?usp=sharing
Can you post a link to your form for us by chance?
It looks like you have a style in your theme:
[css]
.gform_wrapper {
width: 490px;
}
Deactivating that fixes your issue: Screenshot
Do you know what this was intended for, is it for another form? If so we can write that style selector in a way to not affect all forms.