Support » Plugin: Skin Login » Login Page won't Scroll

  • Hi There!
    I absolutely love this plugin, I’ve finally been able to make the changes I’d like to my login page and it’s working beautifully. Unfortunately, my login page won’t scroll, even though I have too many fields to fit on the screen. The user is able to use tab to go through the fields and the page moves, but there is no scroll bar. I’m totally baffled, and it didn’t start until I used this plugin. I am using this plugin in conjunction with Register Plus Redux for custom fields.

    Here is my registration page for my site:
    http://www.manifestationconnection.com/wp-login.php?action=register

    I’m using form 2 with a custom logo and background, and this custom CSS:

    .login #login {
            margin-top: 1px;
            margin-left:auto;
            margin-right: auto;
            padding: 0px!important;
    	border: 1px solid rgba(0,0,0,.2);
    	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	border-radius: 5px;
    	-moz-background-clip: padding;
    	-webkit-background-clip: padding-box;
    	background-clip: padding-box;
    	background: rgba(121,193,252,0.4);
    	-moz-box-shadow: 0 0 13px 3px rgba(0,0,0,.5);
    	-webkit-box-shadow: 0 0 13px 3px rgba(0,0,0,.5);
    	box-shadow: 0 0 13px 3px rgba(0,0,0,.5);
    	overflow: hidden;
    }
    .login form {
    
            margin-left: auto;
            margin-right: auto;
    	padding: 25px;
    	background: rgba(121,193,252,0.0);
    	overflow: hidden;
    }

    There is also no element to create custom CSS for the background, but I’m not sure what CSS to use to make the whole page scroll. The background is the size of the screen, but there is a white bar at the bottom when you tab down, I was thinking I have seen sites where the element (content box, login form, etc.) scrolls but the background image doesn’t…is there custom CSS I could use for that so that I wouldn’t have to stretch/tile my background image. I think that may be the simplest fix since there is not element for the background of the page. Any help would be much appreciated! Thank you!

    Regards,
    Audrey

    http://wordpress.org/plugins/skin-login/

  • The topic ‘Login Page won't Scroll’ is closed to new replies.