Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Create account page layout

Create account page layout

Views: 988

Results 1 to 10 of 10
26 Mar 2013, 1:22 PM
#1
devyani avatar

devyani

Zen Follower

Join Date:
Aug 2011
Posts:
199
Plugin Contributions:
0

Create account page layout

Hi,

I wanted to change the layout of the boxes on the create account page, especially the way input boxes are arranged and their sizes. At this point it looks like this :
Attachment 12238

How do i make it all aligned ?

Thanks for help

26 Mar 2013, 3:33 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Create account page layout

Default display is aligned you can see this HERE
Try switching to the classic template and see if they are not aligned

27 Mar 2013, 10:18 AM
#3
devyani avatar

devyani

Zen Follower

Join Date:
Aug 2011
Posts:
199
Plugin Contributions:
0

Re: Create account page layout

Hi Kobra,
I checked that. You are right. The classic template has it all aligned.
I had made changes in stylesheet.css
Is there any page specific css that i can use to mend this ? I searched the folders, in the current structure there is none. But i am not confident to create one on my own !
Thanks,

27 Mar 2013, 12:13 PM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Create account page layout

#createAcctDefault input, #createAcctDefault select {float: left;}

28 Mar 2013, 12:19 PM
#5
devyani avatar

devyani

Zen Follower

Join Date:
Aug 2011
Posts:
199
Plugin Contributions:
0

Re: Create account page layout

Thanks Stevesh,
I used the developer toolkit to find out where this function is defined. Could not find any matching entry.
Looks like I have some file missing.. pls help

28 Mar 2013, 12:42 PM
#6
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Create account page layout

You would add it to your templates stylesheet.css file

29 Mar 2013, 12:14 PM
#7
devyani avatar

devyani

Zen Follower

Join Date:
Aug 2011
Posts:
199
Plugin Contributions:
0

Re: Create account page layout

Thanks !
Will do it right away !

29 Mar 2013, 12:18 PM
#8
devyani avatar

devyani

Zen Follower

Join Date:
Aug 2011
Posts:
199
Plugin Contributions:
0

Re: Create account page layout

Just added that line to the stylesheet.css file.
No change. Am i missing something here ? Apologies if my question is too naive..

29 Mar 2013, 1:47 PM
#9
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Create account page layout

Looks changed to me. Also add the red part:

#createAcctDefault input, #createAcctDefault select, #createAcctDefault .alert {float: left;}

29 Mar 2013, 1:53 PM
#10
devyani avatar

devyani

Zen Follower

Join Date:
Aug 2011
Posts:
199
Plugin Contributions:
0

Re: Create account page layout

Thanks !
Looks great now