Gravity Forms Ready Class Errors

We’ve been working on stylizing this form for a client.
Here is the link: http://wordpress-204693-617632.cloudwaysapps.com/contact-us/

Basically, it seems there is a margin issue above the phone input area and we can’t find the code to fix it. We’ve tried the developer inspect tool, and we can’t find the class that we can use.

Hi,

To fix it, you can add the code below in Theme Options > CSS

body .gform_wrapper .gform_body ul.gform_fields li.gfield {
    margin-top: 1.313em !important;
}

Hope that helps

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.