Page 1 of 1

Login / Registartion Box Not Resizing

PostPosted: December 21st, 2011, 10:06 pm
by zimrock
I have uploaded a logo for the login / registration page and put the size measurements in the correct fields in general options. It shows fine, but the login / registration box is not resizing to match the log width. What can I do to fix?

Re: Login / Registartion Box Not Resizing

PostPosted: December 22nd, 2011, 5:18 am
by Philly
If you right click on the page and view source there is this line

div#login { width:???px !important; }

what does it say your width is? Is it the same as your logo width? Double check that the width of the logo you uploaded is the same as what you entered

Re: Login / Registartion Box Not Resizing

PostPosted: December 22nd, 2011, 8:40 am
by zimrock
i have checked the actual logo width and it is 495px, i have also checked the width entry in the general options and it is set to 495, and on the view source, here is the actual copied line: div#login { width:495px !important; }

Re: Login / Registartion Box Not Resizing

PostPosted: December 22nd, 2011, 8:57 am
by Philly
are you able to post a link so we can have a look?

Re: Login / Registartion Box Not Resizing

PostPosted: December 22nd, 2011, 9:51 am
by zimrock
Sure the site url is: http://datacentrejournal.com/home/wp-login.php

Also, for an additional problem, click on the register page and notice some of my fields are off the screen, not a problem, but I have no scroll bar, how do I get a scroll bar?

http://datacentrejournal.com/home/wp-lo ... n=register

Re: Login / Registartion Box Not Resizing

PostPosted: December 22nd, 2011, 10:04 am
by Philly
this file is causing the problems

http://datacentrejournal.com/home/wp-co ... -login.css

I don't know if you need anything in that file but you certainly dont need this bit:

form {width:330px;height:198px;border:0px solid #2b2b2b;-moz-box-shadow:rgba(0,0,0,0) 0 4px 18px;-webkit-box-shadow:rgba(0,0,0,0) 0 4px 18px;-khtml-box-shadow:rgba(0,0,0,0) 0 4px 18px;box-shadow:rgba(0,0,0,0) 0 4px 18px;background-color:transparent;margin-left:-18px;padding:6px 16px 6px 16px;font-weight:normal;-moz-border-radius:11px;-khtml-border-radius:11px;-webkit-border-radius:11px;border-radius:5px;}

Re: Login / Registartion Box Not Resizing

PostPosted: December 22nd, 2011, 11:21 am
by zimrock
ok, i will look at that (i think the theme is placing that)... also did you see anything on why the scroll bar is missing on register page? Thanks...

Re: Login / Registartion Box Not Resizing

PostPosted: December 22nd, 2011, 11:31 am
by zimrock
I had another plugin conflict, all fixed now, including scroll bar. Don't use "My Brand Login" plugin with s2Member, overrides the login info. Thanks for the help!

Re: Login / Registartion Box Not Resizing

PostPosted: December 22nd, 2011, 5:25 pm
by Raam Dev
Thanks for the update! Glad to hear you fixed it. :)