Results 1 to 6 of 6
  1. #1
    Join Date
    May 2008
    Posts
    30
    Plugin Contributions
    0

    Default Split Login Alignment

    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!

  2. #2
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: Split Login Alignment

    Either reduce your font size to 66% or extend the site's width to 785px.

  3. #3
    Join Date
    May 2008
    Posts
    30
    Plugin Contributions
    0

    Default Re: Split Login Alignment

    Thanks, increasing the site width worked a treat!

  4. #4
    Join Date
    Aug 2008
    Posts
    15
    Plugin Contributions
    0

    Default Re: Split Login Alignment

    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.

  5. #5
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Split Login Alignment

    As long as you realize that class="back" is used in at least 10 different files in the stock ZC install.

    Rob

  6. #6
    Join Date
    Aug 2008
    Posts
    15
    Plugin Contributions
    0

    Default Re: Split Login Alignment

    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.

 

 

Similar Threads

  1. How to disable split-login? I prefer vertical login page.
    By ericgu in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 5 Jan 2011, 09:14 PM
  2. Paypal Express Split Login for normal login too
    By NamSingh in forum PayPal Express Checkout support
    Replies: 9
    Last Post: 6 Apr 2010, 03:06 PM
  3. rearrange login and account creation for split login
    By ctcentralinfo in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 16 Jul 2008, 07:45 AM
  4. SSL Seal on Login Page Above Split Panel Login
    By dharma in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 10 Feb 2007, 05:36 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg