Hello,
in the base.css of Enfold the width of input fields is set to 100%. This causes many of the issues above.
Is there a way to disable this setting?
If I’m using the following code in quick css the fields are smaller, but then the gravity form classes for the field width (small, medium, large) are ignored.
#top input[type="text"] {
width: auto;
}