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.

Form alignment

  1. Hi,

    I am trying to align my gravity form on the bottom of this page http://www.mhtpartners.com/services/seller-advisory/

    So it looks like form on the bottom on this page http://www.mhtpartners.com/blog/investment-banking-topics/ma-advisory-services/

    Basically I need to be able to put two form fields ("name" and "email) on the same horizontal plane.

    Also I would like to enlarge the lead up text ("Important decisions generally require…") and add some line spacing before the last sentence like on http://www.mhtpartners.com/blog/investment-banking-topics/ma-advisory-services/

    Any help would be much appreciated!

    Alex

    Posted 11 years ago on Friday January 25, 2013 | Permalink
  2. Alex, check out this page of documentation for some ready classes you can use for alignment:
    http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes

    For your form description text, that area accepts HTML. So you can either place the appropriate HTML in there or target it via CSS with:

    [css]
    .gform_wrapper span.gform_description {
    font-size: 16px;
    }
    Posted 11 years ago on Friday January 25, 2013 | Permalink
  3. Great thanks for your help!

    Posted 11 years ago on Friday January 25, 2013 | Permalink
  4. No problem!

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

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