- This topic has 4 replies, 2 voices, and was last updated 11 years, 9 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › eMember – Registration page – misaligned labels and text input fields
Tagged: misaligned fields, registration fields
Hi,
I have noticed that the text labels in the member registration page (i.e. First Name, Last Name, email) and the corresponding input fields are misaligned, with the labels slightly higher than the input fields.
Any ideas how to fix this ?
Thank you.
Massimiliano
It is likely a CSS issue (conflicting with the CSS of your theme). Please post a link to your registration page so I can see how they look.
Hi, This is the link:
[http://laziolondon.org.uk/join-us/registration]
Thank you.
Massimiliano
Your theme is defining a margin of 20px below each text input field (which is kind of weird). Anyway, add the following block of CSS code in eMember’s custom CSS file and that will take care of the issue:
.eMember_text_input {
margin: 0 !important;
}
Thank you !
it solved the problem.