I have a small issue with the formatting of my login page.
The page formats just fine when called whilst the cart is empty (clicking the Log In/Register link in the header nav bar)
If the cart contains an item and the customer clicks the Checkout link in the header then the right hand fieldset (Returning Customers: Please Log In) appears offset below the left hand fieldset (New Customer? Please Start Your Checkout Here).
I have played around with the login.css and tried various combinations for the width of .centerColumn , .returning and .newcustomer
Current settings are:
It is the same result in IE8, FF 3.6.3 and the latest Chrome.centerColumn {
margin: 0 auto;
padding: 0;
width: 90%;
}
.returning {
margin: 0 auto;
padding: 0 0 18px 0;
width: 49%;
float: right;
}
.newcustomer {
margin: 0 auto;
padding: 0 0 18px 0;
width: 49%;
float: left;
}
ZC 1.3.9d
Site http://chilloutfashions.com.au/
Thanks / Frank
Bookmarks