Since updating to Enfold 3.1.1 and GravityForms 1.9.4, I am experiencing some formatting issues with the form elements. Namely, the length of the form fields now stretch across the screen rather than maintaining their set size. I have even tried setting the “Field Size” option within GravityForms to “small,” but the size issue persists.
The styling issues happened after updating Enfold, and remained after updating GravityForms.
Hey!
Try adding this code to the Quick CSS:
#top input[type="text"] {
width: auto;
}
Cheers!
Josue
Thanks, Josue!