- This topic has 2 replies, 2 voices, and was last updated 7 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 › WP eMember Troubleshooting › eMember – Register button not display properly (the button is squashed)
I am using eMember v9.1.4 for member registration.
Somehow, the “Register” button is squashed. [https://member.dtba.org/join-us ]
I would appreciate some advice on how to fix this.
Thanks
Add the following CSS tweak to your site. That should address the issue:
.eMember_button {
min-height: 30px;
}
You can use a plugin like the following to inject the custom CSS to your site:
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Thanks. It worked.
Cheers