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.

Formatting not right

  1. Hey guys

    So it turns out my formatting on my website with gravity forms isn't great.

    Would any of you lovely people be able to guide me on how to correct it please?

    Here's a link to an example with it:
    http://www.deanphillips.net/superhumancoaching/

    Thank you :)

    Dean

    Posted 11 years ago on Friday January 4, 2013 | Permalink
  2. line 965 of your theme's style.css file sets a hard 100px width for your form labels. That's causing the odd wrapping.

    [css]
    .gform_wrapper .top_label .gfield_label {
        display: block;
        margin: 5px 0 4px !important;
        padding-right: 20px;
        width: 100px;
    }

    If you remove the width declaration, the label formatting is fixed.

    test screenshot: http://i.imgur.com/sDgGv.jpg

    Im guessing that was the issue you were referring to.

    Posted 11 years ago on Friday January 4, 2013 | Permalink
  3. That worked :)

    Thanks so much for your help by the way!

    Dean

    Posted 11 years ago on Friday January 4, 2013 | Permalink
  4. Great. Glad I could help out. Please let us know if you need anything else.

    Posted 11 years ago on Friday January 4, 2013 | Permalink

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