
Originally Posted by
clydejones
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-left: 0px;
}
#login-email-address {
margin-left: 0px;
}
.centerColumn {
margin-bottom: 2.5em;
margin: auto;
}
#loginColumnLeft {
width: 60%;
margin-left:0;
float: left;
}
#loginColumnRight {
width: 35%;
padding-left:2.4em;
float: left;
}
.loginFieldsetRight, .loginFieldsetLeft {
width:100%;
}
fieldset {
border: 1px solid #cccccc;
padding: 6px;
}
legend {
border: 1px solid #4A4A4A; /*#cccccc;*/
background-color: #F0FFF0; /*#E8E8E8;*/
color: #4A4A4A;
}
.buttonRow {
padding-top: 5px;
}
[/scr]