Great plugin
-
We have been using the User Registration plugin for some time now and it has worked very well. We did have an issue with our social plugin which quit working after the user registration plugin was updated. We have lots of custom code so somehow there was a compatibility issue so I removed the code for the social login. I also added a custom link for the reset page and turned off User Registration’s forgot password link. In doing so, it caused the sign in button and remember me checkbox to be left justified. I contacted User Registration support and the gave me the css code get it centered again. I’ve included the css code below.
label.user-registration-form__label.user-registration-form__label-for-checkbox.inline,
form.user-registration-form.user-registration-form-login.login .ur-form-grid div {
text-align: center !important;
}
- The topic ‘Great plugin’ is closed to new replies.