Tagged: gravity forms
having issues with the latest gravity forms version 2.0 and above. The form is not redirecting to the thank you pages and the forms are having a lot of CSS issues.
Message from Gravity Forms Support:
I’m afraid the issue with the styles is being caused by the theme which is including it’s own custom Gravity Forms stylesheet which is overriding the default styles:
/themes/enfold/config-gravityforms/gravity-mod.css
Gravity Forms 2.0 does include a lot of style changes so the theme developer would need to update their custom stylesheet so it is compatible with those changes.
You’ll need to contact the theme developer to see if they have an updated version of the theme compatible with the new version of Gravity Forms.
Hey glozemedia,
Thank you for using Enfold.
We checked the contact page and the fields look ok. Could you please provide a screenshot of the issue?
Best regards,
Ismael
Hi you can see the issue in the screenshot.
Hi,
use this code inside of Quick CSS field:
input#gform_submit_button_4 {
width: 97%;
}
and adjust as needed.
Best regards,
Andy