if i view my Login page in IE - everything looks fine, however with Firefox the New Customers box is on top of Returning customers.
http://www.crazyballs.com.au/index.php?main_page=login
Anyone know how i can fix this ?
Thanks!
if i view my Login page in IE - everything looks fine, however with Firefox the New Customers box is on top of Returning customers.
http://www.crazyballs.com.au/index.php?main_page=login
Anyone know how i can fix this ?
Thanks!
Either reduce your font size to 66% or extend the site's width to 785px.
Mods: Admin Activity Report || PO Box Ban || Empty Cart Manager || Autoresponder+ || Zip Validator || Desktop Data || SRiC
Thanks, increasing the site width worked a treat!
Adding my solution onto this topic because I spent way too long today looking for a fix.
Problem: With PayPal Express module enabled I went from my old vertical login layout to a split login page that was not aligned. How do I align the new and returning customer login boxes?
Alternate Solutions:
From reading the forum some suggestions included installing an Easy Sign Up Mod
Buying a custom made login template
Increasing page layout width or decreasing font size to 66%
What worked for me:
In my template css I found the class .back and changed it from text align: center, margin: 0 to
text-align: left;
float: left;
margin: 0;
Manually setting the float:right got my login boxes to align.
As long as you realize that class="back" is used in at least 10 different files in the stock ZC install.
Rob
That's a good point. As I said, that solution worked for me, someone else may find it works for them or is at least another option to try.
If the other calls to the .back class don't work with the changes a person could also just create a new css class for the login div.