Jump to content

[SOLVED] Change Create Account and Already Registered Boxes from My Account


Recommended Posts

Hi was wondering if someone can help me i have changed the size of a template to make it into a 3 column layout, so was wondering if someone could help change the size of this page http://www.more4beauty.co.uk/authentication.php because if you look the Create Account and Already Registered boxes are not fixing init correct, so need those boxes etc changed to the correct size i tried using Firebug to figure it out but i couldn't :( please help

Regards,
Aaron

Link to comment
Share on other sites

Try this code
global.css (line 1596)

#authentication #create-account_form h4 {
height:3.4em;
padding:1.3em 1em 0;
}



global.css (line 1601)

#authentication #create-account_form p.text, #authentication #login_form p.text {
height:3.4em;
margin-left:1em;
padding-left:0;
padding-right:0;
}




Try to comment out padding and see if its maybe cause problem for something else
global.css (line 514)

form.std p.submit {
margin-bottom:1.5em;
/* padding-left:31% !important;*/
}



global.css (line 1626)

#authentication #create-account_form fieldset, #authentication #login_form fieldset {
height:21em;
margin-left:20px;
}




#authentication p.lost_password {
padding-left:1em;
}

Link to comment
Share on other sites

Hi right if i remove the /* padding-left:31% !important; */ it makes the "Create Account" button in IE + FF not right

take look screen shots


and as you can see in IE and FF one box is closer than the other.

now if i place the comment in your see the difference in IE and FF

so if you look at the IE-incorrect.png file your see what i mean but if you look at the ff-correct.png image your see thats how it is meant to show.

I hope this is an easy fix :(

Regards,
Aaron

26854_gsfRgdDdE0SLDYqXLBPR_t

26855_ldW9T2UJapgED8QPFs9g_t

26856_uUx5CarMs1NqpjbKM0VX_t

26857_rUeGOHd0P7KC2daQoulN_t

Link to comment
Share on other sites

Not sure if this will work but try to comment out or decrease value of margin-left in

#authentication #create-account_form fieldset, #authentication #login_form fieldset {
height:21em;
/*margin-left:20px;*/
}


global.css (line 1626)

Link to comment
Share on other sites

Did that, you are a complete and utter "STAR" :) really appreciated your help, it actually worked and sorted the problem i tried to edit things using firebug lol but never thought of like commenting out stuff i just kept changing values :) lol

Regards,
Aaron

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...