Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #658172

    I have communicated with the GF support team and they indicate that the issue I am experiencing is being “the Enfold theme has included some styles specifically for Gravity Forms. That file is what is causing the excessive spacing. I would recommend reporting that issue to Enfold to see if they have a fix for this. Thank you.”

    What I am trying to accomplish is to reduce the space between the form Title and the first form element. The current space seems way too large and doesn’t clearly tie the Title and form elements together. Please see the link in the Private Content section for a link to a sample image.

    #658383

    Hey breakpoint,

    Could you provide us with a link to the page in question so that we can take a closer look please?

    Regards,
    Rikard

    #658391

    Rikard, a link to the page containing the form is included within the Private Content section.

    #658397

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .page-id-56 .gform_wrapper span.gform_description, .page-id-56 .gfield {
        margin: 0!important;
    }
    

    Best regards,
    Yigit

    #658407

    Yigit, that did the trick… thanks!

    #658414

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Gravity Forms CSS Fix’ is closed to new replies.