Results 1 to 5 of 5
  1. #1
    Join Date
    May 2006
    Posts
    313
    Plugin Contributions
    0

    Default Create account fields - centered?

    Hey everyone,

    I just noticed that all the fields and '*' for my account create page are centered.

    i have removed every possibility in the CSS.

    and i don't think i have any pages overriding. (as far as i know)

    can you guys think of anything i might be missing?

    here's a link to the actual page if needed



    - thanks in advance...

  2. #2
    Join Date
    May 2006
    Posts
    313
    Plugin Contributions
    0

    Default Re: Create account fields - centered?

    wait...! it is a CSS problem. now i just have to figure out what....

  3. #3
    Join Date
    May 2006
    Posts
    313
    Plugin Contributions
    0

    Default Re: Create account fields - centered?

    okay, so if i remove my:

    Code:
    #mainWrapper {
    	background-color: #ffffff;
    	text-align: center;
    	width: 710px;
    	vertical-align: top;
    	border-left:1px solid #7d4101;
    	border-right:1px solid #7d4101;
    	border-bottom:1px solid #7d4101;
    	}
    it obviously destroys the rest of my page. but it does push all the fields back where they should be.


    so it must be related to a file...

    hmmm... sorry for all the posts.

    any ideas?

  4. #4
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Create account fields - centered?

    HTML Code:
    #mainWrapper {
    	background-color: #ffffff;
    	text-align: center;
    	width: 710px;
    	vertical-align: top;
    	border-left:1px solid #7d4101;
    	border-right:1px solid #7d4101;
    	border-bottom:1px solid #7d4101;
    	}
    Remove the text-align center from #mainWrapper and add it to the other sections where you need it.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  5. #5
    Join Date
    May 2006
    Posts
    313
    Plugin Contributions
    0

    Default Re: Create account fields - centered?

    Thank you Kim... I guess that's the way to go.

    i was hoping i could remove the mainWrapper class from the account creation page instead. but i'm guessing that won't work....


    thanks again for the advice.

 

 

Similar Threads

  1. Create Account - modify existing fields or add extra fields?
    By sopretty in forum General Questions
    Replies: 4
    Last Post: 30 Jul 2010, 08:26 PM
  2. Remove fields in 'Create Account' page
    By miles in forum General Questions
    Replies: 1
    Last Post: 15 Jun 2008, 12:03 PM
  3. page create account fields
    By richard12345 in forum Basic Configuration
    Replies: 3
    Last Post: 29 Apr 2008, 03:30 PM
  4. No fields display on create account page
    By jpbakken in forum Managing Customers and Orders
    Replies: 2
    Last Post: 9 Apr 2008, 03:43 PM
  5. Adding FIELDS into CREATE an ACCOUNT
    By carilivia in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 30 Jan 2007, 11:21 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