still having the issue of a wider than normal login box with WPMU 1.5.1
ideas?
still having the issue of a wider than normal login box with WPMU 1.5.1
ideas?
Yes, the Mu forums.
Tried that 1st, no response.
We've taken this discussion to the mailing list.
What seems to have been the problem is that they're using a theme which conflicts with the reCAPTCHA them the user above is using ('clean'). This doesn't always happens (depends on the theme) and it's because the 'clean' reCAPTCHA theme is naturally wider (It was made that way) and I have no control over it. If you have problems regarding this, please link me to the page in question and I will try and provide you with some CSS which should/might fix the problem.
Easy fix.
Remove/comment out this CSS from wp-capcha.php:
<style>
#login {
width: {$width}px !important;
}
#login a {
text-align: center;
}
#nav {
text-align: center;
}
</style>
Details here: http://jason.solidblog.com/2008/10/24/recaptcha-plugin-and-bm-custom-login/
This topic has been closed to new replies.