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.

Top Border on gform_body and Zip Code alignment issue

  1. Hi I am having trouble trying to get rid of the top border on the gform_body. I think that is where the border is coming from but am racking my brain trying to hide with border:0px. Nothing is working. I thought it was the h3 tag from my theme causing the trouble but it isn't.

    Also I am using the the Broadscope theme. It has a column separator that I am using to slit the page in two. When I do so it messes up the Zip Code alignment.

    http://www.nextgengamerepair.com/repair_request/

    Any Ideas?

    Thanks in advance.

    Posted 12 years ago on Friday August 26, 2011 | Permalink
  2. Give this a shot in your custom.css:

    [css]
    body .gform_wrapper .gform_body .gform_fields {
    border:none!important;
    }

    Can you activate the column separator so we can help you with that layout? Thanks.

    Posted 12 years ago on Friday August 26, 2011 | Permalink
  3. Chris you're the best! Worked great! Any ideas about the Zip Code issue?

    Posted 12 years ago on Friday August 26, 2011 | Permalink
  4. The Column separator is activated. One half is the form the other half is the shipping info. If you notice in the form side the Zip Code isn't align to left, its under the State for some reason.

    Thanks again.

    Posted 12 years ago on Friday August 26, 2011 | Permalink
  5. I think the problem is that your theme has a [raw] or [unformatted] shortcode. Having that function in your theme's functions.php messes with the processing of shortcodes, like the Gravity Forms shortcode, and it outputs a bunch of paragraph and line breaks in the middle of your form, which I think is what's messing it up. I can't tell for sure, but I think Theme Forest themes typically have this shortcode. If you're not using the functionality, you should remove it from the theme. It's usually called [raw] and in functions.php.

    If you have a link to the theme documentation, or can post your functions.php to pastie.org or pastebin.com, I can help see if that shortcode is causing your layout problems.

    p.s. good idea to remove the form title :-)

    Posted 12 years ago on Friday August 26, 2011 | Permalink
  6. Recent and related:
    http://www.gravityhelp.com/forums/topic/zip-code-field-misalignment

    Posted 12 years ago on Friday August 26, 2011 | Permalink