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.

Field Input left align when no field name

  1. All
    Member

    I was expecting the form to look like this
    http://i.imgur.com/8vTIO.png

    but it looks like this
    http://i.imgur.com/jwmFE.png

    tested: chrome/firefox/safari
    issue:
    -latest gravity form plugin was the issue previous version didn't have this issue.
    - field name should not be required for correct alignment.

    Posted 12 years ago on Friday February 24, 2012 | Permalink
  2. Can you post a link to your form so we can see what could be going on and debug?

    Posted 12 years ago on Friday February 24, 2012 | Permalink
  3. All
    Member

    Unfortunately, it's behind a firewall.

    Posted 12 years ago on Monday February 27, 2012 | Permalink
  4. Well, when you have an accessible URL we'll be happy to take a look at it. Just shoot that our way. There's not a lot we can tell you from just looking at a screen capture.

    Posted 12 years ago on Monday February 27, 2012 | Permalink
  5. All
    Member

    well that's unlikely. But I can provide the source code for the page.

    Posted 12 years ago on Monday March 19, 2012 | Permalink
  6. All
    Member

    or it can be easily reproduced by the following:

    1. create a new form
    2. click advance fields
    3. add 3 name fields
    4. save and preview form.
    5. edit 2 and 3 name field
    6. remove field label for field 2 and 3.
    7. preview form
    8. fields with no name left align.

    previous fields would not left align if you don't have a field label.

    Posted 12 years ago on Monday March 19, 2012 | Permalink
  7. What if you target the two li's for the bottom two names and try doing a margin-left on them.

    Posted 12 years ago on Monday March 19, 2012 | Permalink
  8. All
    Member

    But I'd prefer to have the input fields right aligned instead. So it doesn't break the consistency.

    What is desired

    Name FIRST LAST
    --------- FIRST LAST
    --------- FIRST LAST

    --------- = space

    In the previous version this was a default behavior.

    any assistance would be appreciated.

    Posted 12 years ago on Monday March 26, 2012 | Permalink
  9. Try specifying a css class name for the offending field then change the padding-left to suit your needs.

    Posted 12 years ago on Monday March 26, 2012 | Permalink