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.
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.
Can you post a URL to your form so we can check this out?
Hi Kevin,
Here is the url: http://www.us-esta.co.uk/esta-application/
Please see the email field.
Thanks.
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
I haven't seen that anywhere else so far but will check into it.
I do what highend told me but I didnt get any luck. I hope we can fix this as soon as possible.. thanks.
@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
Hi Kevin,
It works well.. Thank you very much.
Wonderful. Thanks for the update.