Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Mar 2008
    Posts
    100
    Plugin Contributions
    0

    Default Creat Account page REALLY messed up

    Okay I've finally gotten to the point where I can begin working on my "account creation" page as I call it.

    Unfortunately I have no idea how to fix the problem at hand...
    my forms (input text fields) do not line up with their names like "Username" "password"... etc...they are seriously misaligned.

    please goto my page and take a look at what I am talking about, if anyone can help with this issue and direct me to where I can make the changes i will really appreciate it!

    http://cart.lifewaynutrition.com/

    when you are at the main page, just click "Log In" in the header and take a look at the following page... you'll see what im talking about.

    Thanks
    -Swelter

  2. #2
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Creat Account page REALLY messed up

    In your CSS you are using HUGE "px" values...




    FORM, SELECT, INPUT {

    display: inline;
    font-size: 1em;
    margin-top: 198px;
    }

    INPUT {
    margin-top: 198px;
    }

    FORM {
    margin-right: 80px;
    }

    I think these are causing your problem - partucularly

    INPUT {
    margin-top: 198px;
    }

    Try changing it to:-
    INPUT {
    margin-top: 5px;
    }

  3. #3
    Join Date
    Mar 2008
    Posts
    100
    Plugin Contributions
    0

    Default Re: Creat Account page REALLY messed up

    okay the reason those px in the .css are so big is so the search field can be positioned in my header where I have it now... since i know where the problem is, now that you have said this, is there a way for me to keep the search field in that position and move the other fields seperately?

    thanks for showing me the problem! :) :)
    _/\_/\_Swelter

  4. #4
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Creat Account page REALLY messed up

    FIND (around line 588)

    #navMainSearch {
    float: right;
    margin-bottom: 2px;
    }

    ADD

    margin-top: 198px;

    SO YOU GET

    #navMainSearch {
    float: right;
    margin-top: 198px;
    margin-bottom: 2px;
    }

  5. #5
    Join Date
    Mar 2008
    Posts
    100
    Plugin Contributions
    0

    Default Re: Creat Account page REALLY messed up

    Thank you very much!!! :)

    It worked PERFECTLY!
    Last edited by swelter83; 28 Mar 2008 at 12:32 AM.
    _/\_/\_Swelter

 

 

Similar Threads

  1. v139h Creat account - black page
    By rouky in forum General Questions
    Replies: 1
    Last Post: 18 May 2016, 02:48 PM
  2. v151 Creat An Account Issue
    By asdfwen in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 5 Sep 2013, 08:41 PM
  3. Can I chnge the required information on the Creat Account Page?
    By veedub3 in forum Basic Configuration
    Replies: 5
    Last Post: 5 Mar 2011, 05:12 AM
  4. Creat Account Page
    By mthem2003 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Mar 2008, 07:10 PM
  5. Problem with creat account page
    By nu-oro in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 Oct 2006, 10:16 PM

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