Quote Originally Posted by SPH View Post
http://www.prom-mart.com/index.php?m...create_account

It looked like my test site link above, still with right column.

Captcha worked and looked perfect.

One column is an alternative that comes with this template in the Read Me file. Globally turn off right column and insert this code in stylesheet, copied below asterisks.

I use IE9 but have Firefox. It shows that the post code is .inputLabel #postcode. But I can't find that in the stylesheet to try and float it left.

sph
www.prommart.com


**********************************

7. If you would not like ANY sideboxes on this site, simply go to your admin under "Configuration", then "Layout Settings", and set the "Column Right Status - Global" to "0". This will turn off both left and right sideboxes globally, whether or not any of them are set to "on" under "Layout Boxes Controller". Then add this to your stylesheet:

#centerColumnWrapper2 {
background:#ffffff!important;
}

.centerColumn {
float:left!important;
width:95%!important;
}
I have a client that uses this template too and although he has a custom create account we never had that problem until he created the custom one...it looked right but then I did not edit that part of the stylesheet.css

we have the left side turned off only leaving the right side showing.

our code is like this--which is the original one:

#centerColumnWrapper2 {
margin:0 .5em;
width:70em;
}
#centerColumnWrapper2b {
margin:0 auto;
overflow:hidden;
width:70em;
}
.centerColumn {
width:75%;
float:left;
margin:0 2% 2% 3%;
text-align:left;
line-height:1.6em;
display:inline; /* fixes IE Bug in IE6 and earlier - do not remove */
}

check to make sure you do not have both codes in your stylesheet....try removing one to see if that works or reapply the one you removed and remove the other one to test after refreshing the store page.