Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Troubleshooting › WP eMember Registration form Not Fitting inside the Page Body
Tagged: login form, registration, registration form
- This topic has 6 replies, 4 voices, and was last updated 13 years, 2 months ago by new2online.
-
AuthorPosts
-
June 14, 2011 at 8:49 pm #3589JamesGMember
Hi
I’m having a problem displaying the registration form on my site. As you can see from the link here- http://www.toomanybeats.com/?page_id=110
The form does not fit the page, it seems to hang over. I’ve tried using a template specific shortcode for 2 columns and placing the reg form shortcode in one of those columns but it does the same.
Is there anything I can edit within eMember or anywhere else, so that I can limit the size of the form to the box in the template?
I noticed that if I used the shortcode for profile edit, that actually fit and stayed within the box, if that helps at all.
Any help would be appreciated,
Thanks
June 15, 2011 at 2:08 am #33365amin007ParticipantYou have the following CSS in your theme that is making every label fields to be at least 534 pixel wide (no way you are going to be able to fit the form in the body with that CSS).
label {
display: block;
line-height: 30px;
margin-top: 2px;
width: 524px;
}Change this to something like the following and that should help:
label {
display: block;
line-height: 30px;
margin-top: 2px;
}June 15, 2011 at 1:15 pm #33366JamesGMemberThank you so much, it works now perfectly. You are a true hero.
September 4, 2011 at 2:12 am #33367new2onlineMemberHi, I am having a similar issue with the registration box not displaying correctly on the page. I am using:
Using Thesis theme v3.2.1
eMember v7.0.2
eStore 5.9.2
The member was using Firefox 5.0.1.
I tried to paste the member’s screen shot into a page, and you can see it below, but the sidebar advertisement and a mysterious login box is obstructing some of your view but you can get a good idea of it.
http://www.owensboroforeclosurelist.com/registration-form-displays-incorrectly/
Thanks much.
September 4, 2011 at 2:47 am #33368new2onlineMemberHere’s a much clear view of the problem with the registration form text input boxes being appearing too small:
http://www.owensboroforeclosurelist.com/test-back-door-registration-page/
September 4, 2011 at 11:56 pm #33369adminKeymasterThe CSS workaround suggested on this post should fix it:
September 5, 2011 at 12:44 am #33370new2onlineMemberHi,
I pasted the code as directed in the first post in the thread that you linked to, cleared my browser cache, and it worked perfectly. Thanks for your excellent support!
-
AuthorPosts
- You must be logged in to reply to this topic.