MyBB Community Forums

Full Version: Remember me box not fitting \ login looks bad.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 9557265ed4c5e9c6f0c43d01f5ae081a.png?1333357250]

As you can see, the "Remember Me?" box is not fitting correctly. Is there a way to make it fit or to completely remove it? (Remember me option should be turned on by default then)

My header_welcomeblock_guest template:

<script type="text/javascript">
<!--
    lang.username = "{$lang->login_username}";
    lang.password = "{$lang->login_password}";
    lang.login = "{$lang->login}";
    lang.lost_password = " &mdash; <a href=\"{$mybb->settings['bburl']}/member.php?action=lostpw\">{$lang->lost_password}<\/a>";
    lang.register_url = " &mdash; <a href=\"{$mybb->settings['bburl']}/member.php?action=register\">{$lang->welcome_register}<\/a>";
    lang.remember_me = "{$lang->remember_me}";
// -->
</script>
Could you post the full template please? Only part of it seems to have been pasted.
Nevermind, I managed to fix it. Thank you.

Had to adjust the following classes in global.css:

#headmenu label

input[type="checkbox"]
Ah, you're using the default login thing? I don't believe there's an easy way to remove the remember me checkbox without editing one of the core JS files and I have no idea why it would be getting pushed down like that. What's your URL?