Quote Originally Posted by clydejones View Post
I think I got it fixed:
Thanks so much Clyde! That did it...

I have another quandry: My login page doesn't display nicely even with the centercolumn fix you have. Maybe if you looked at the current css, you could see something to fix. I have messed and messed with it, but I just don't know css well enough to fix it:

[scr]
PHP Code:
/**
 * Login CSS Stylesheet
 *
 * @package easy signup and login
 * @copyright Copyright 2007 Numinix Technology http://www.numinix.com
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: login.css 2 2008-07-31 01:49:39Z numinix $
 */

#login-password {
    
margin-left0px;
    }

#login-email-address {
    
margin-left0px;
    }

.
centerColumn {
    
margin-bottom2.5em;
    
marginauto;
}

#loginColumnLeft {
    
width60%;
    
margin-left:0;
    
floatleft;
    }

#loginColumnRight {
    
width35%;
    
padding-left:2.4em;
    
floatleft;
    }
    
.
loginFieldsetRight, .loginFieldsetLeft {
    
width:100%;
}

fieldset {
    
border1px solid #cccccc;
    
padding6px;
}

legend {
    
border1px solid #4A4A4A; /*#cccccc;*/
    
background-color#F0FFF0; /*#E8E8E8;*/
    
color#4A4A4A;
}
.
buttonRow {
    
padding-top5px;

[/scr]