s2Member Login Widget Box Size
Posted:
June 20th, 2011, 8:19 pm
by scottmhorn
The username and password edit box size are not the same. Anybody had this problem? Also when the cursor enters the password box, the cursor is in the middle of the box. You can see it at
www.premierpoleonline.com.
Any body have any ideas?
Thanks
Re: s2Member Login Widget Box Size
Posted:
June 20th, 2011, 10:41 pm
by Cristián Lávaque
Hi Scott. Could you please post screenshots of those?
Re: s2Member Login Widget Box Size
Posted:
June 21st, 2011, 10:59 am
by scottmhorn
Sure. Thanks for your help
Re: s2Member Login Widget Box Size
Posted:
June 21st, 2011, 12:21 pm
by Cristián Lávaque
Thanks.
You can use FireBug to spot what may be causing that to happen.
http://getfirebug.comHave you edited the CSS for the widget in any way that could have caused that?
Re: s2Member Login Widget Box Size
Posted:
November 4th, 2011, 8:35 pm
by scottmhorn
I tried firebug (finally), but did not have any luck. I'm definitely not an expert in it though. I didn't change the css file in anyways. Do you have any other ideas? If not, I will just keep digging.
Thanks.
Re: s2Member Login Widget Box Size
Posted:
November 5th, 2011, 10:43 pm
by Cristián Lávaque
In
http://www.premierpoleonline.com/wp-con ... or/red.css line 320 you have
#sidebar input[type="text"] with a style
padding-left: 33px; which is causing the space at the beginning of the username input.
I hope that helps.
Re: s2Member Login Widget Box Size
Posted:
November 6th, 2011, 12:46 am
by scottmhorn
Thank you so much. That fixed the cursor issue. Do you know if anyone else has had the problem with the two edit boxes being different sizes?
Thanks!
Re: s2Member Login Widget Box Size
Posted:
November 6th, 2011, 9:16 pm
by Cristián Lávaque
You're welcome!
No. That's gonna be some other customization in your styles. Activate Firebug, select the box look at the styles and figure out what's changing the dimensions. It shouldn't take you long to find it.