Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #414351

    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.

    • This topic was modified 9 years ago by breakpoint.
    #415130

    Hey!

    Try adding this code to the Quick CSS:

    #top input[type="text"] {
        width: auto;
    }

    Cheers! 
    Josue

    #415258

    Thanks, Josue!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Style Issues for (GravityForm) elements’ is closed to new replies.