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.

Spaces on Email and Confirm Email Problem

  1. Gavin
    Member

    Hi,

    I have a problem on Email/Confirm Email label on my form. I wonder why there is no spaces between Enter Email and Confirm Email. It shows "EnterEmail" and "ConfirmEmail". Can anyone help me how to fix this. Thank you very much in advance.

    Posted 13 years ago on Monday May 9, 2011 | Permalink
  2. Can you post a URL to your form so we can check this out?

    Posted 13 years ago on Monday May 9, 2011 | Permalink
  3. Gavin
    Member

    Hi Kevin,

    Here is the url: http://www.us-esta.co.uk/esta-application/

    Please see the email field.
    Thanks.

    Posted 13 years ago on Monday May 9, 2011 | Permalink
  4. isuk
    Member

    I've seen that as well on my forms.

    The problem is this line:
    .gform_wrapper .right_label .ginput_complex .ginput_left label {word-spacing: -.4em}

    Change the end of it to e.g.:
    {word-spacing: .1em}

    Regards,
    highend

    Posted 13 years ago on Monday May 9, 2011 | Permalink
  5. I haven't seen that anywhere else so far but will check into it.

    Posted 13 years ago on Monday May 9, 2011 | Permalink
  6. Gavin
    Member

    I do what highend told me but I didnt get any luck. I hope we can fix this as soon as possible.. thanks.

    Posted 13 years ago on Monday May 9, 2011 | Permalink
  7. @Gavin, Add this to the end of your theme.css file.

    [css]
    .gform_wrapper .left_label .ginput_complex .ginput_right label,
    .gform_wrapper .left_label .ginput_complex .ginput_left label,
    .gform_wrapper .right_label .ginput_complex .ginput_right label,
    .gform_wrapper .right_label .ginput_complex .ginput_left label {word-spacing: 0!important}

    screenshot: http://grab.by/a5iB

    Posted 13 years ago on Monday May 9, 2011 | Permalink
  8. Gavin
    Member

    Hi Kevin,

    It works well.. Thank you very much.

    Posted 12 years ago on Tuesday May 10, 2011 | Permalink
  9. Wonderful. Thanks for the update.

    Posted 12 years ago on Tuesday May 10, 2011 | Permalink

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