PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Spacing Issue

  1. dziactor
    Member

    I read previous threads on other's spacing issues and I have the same issue, yet the css fix didn't help. I did add the 4 lines below to my style.css for the theme.

    div.entry-content .gform_wrapper form div.gform_body ul.gform_fields input,
    div.entry-content .gform_wrapper form div.gform_body ul.gform_fields select {
    margin-bottom: 0
    }

    You can see the form here...

    http://www.albuquerque-insurance.com/business-insurance/business-insurance-quote/

    Appreciate any help.

    Posted 11 years ago on Thursday January 17, 2013 | Permalink
  2. What spacing are you not happy with currently? After which item, or between which items?

    Posted 11 years ago on Thursday January 17, 2013 | Permalink
  3. dziactor
    Member

    Between the field and the description. I found where I can change it by modifying the theme's css, cant do it with the text added to the css.

    Posted 11 years ago on Thursday January 17, 2013 | Permalink
  4. Do you mean the input field and the sublabel, for example, Street Address?

    Posted 11 years ago on Thursday January 17, 2013 | Permalink
  5. dziactor
    Member

    It's the spacing in the name and below it where it says name. The theme has a 20px spacing.

    Posted 11 years ago on Thursday January 17, 2013 | Permalink
  6. John, can you post a screenshot at one of the free image hosting sites marked up with what spacing you want to change. I think we are crossing posts here. Thank you.

    Posted 11 years ago on Thursday January 17, 2013 | Permalink
  7. dziactor
    Member

    Exactly, between the input field and the sublabel.

    Posted 11 years ago on Thursday January 17, 2013 | Permalink
  8. dziactor
    Member

    Here is a link to the image.

    http://www.albuquerque-insurance.com/wp-content/uploads/2013/01/gf.jpg

    Posted 11 years ago on Thursday January 17, 2013 | Permalink
  9. Try adding this to one of your theme's stylesheets:

    [css]
    body .gform_wrapper input {
     margin:10px 0 0 0!important;
    }

    Screenshot: http://minus.com/lbEwWDMSgiJBC

    Posted 11 years ago on Thursday January 17, 2013 | Permalink
  10. dziactor
    Member

    Awesome, works perfectly - Thanks a ton!

    Posted 11 years ago on Thursday January 17, 2013 | Permalink
  11. You're welcome. Thanks for the update.

    Posted 11 years ago on Tuesday January 22, 2013 | Permalink

This topic has been resolved and has been closed to new replies.