Community Support Forums — WordPress® ( Users Helping Users ) — 2011-04-22T20:27:59-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=6171 2011-04-22T20:27:59-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6171&p=13194#p13194 <![CDATA[Re: Adjust width of input fields]]> Statistics: Posted by Magicmarker — April 22nd, 2011, 8:27 pm


]]>
2011-04-22T20:17:49-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6171&p=13192#p13192 <![CDATA[Re: Adjust width of input fields]]>
Code:
form#loginform input#user_login,
form#loginform input#user_pass {
width: 260px;
}

but since I see those elements have inline style="width: 100%", you might need to override it with
Code:
width: 260px !important

Statistics: Posted by toddz88 — April 22nd, 2011, 8:17 pm


]]>
2011-04-22T20:02:16-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6171&p=13191#p13191 <![CDATA[Re: Adjust width of input fields]]> Statistics: Posted by Magicmarker — April 22nd, 2011, 8:02 pm


]]>
2011-04-22T19:13:08-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6171&p=13190#p13190 <![CDATA[Re: Adjust width of input fields]]>

Code:
/* input fields should not be 100% wide  */
form div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div input[type="text"],
form div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div input[type="password"],
form div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div textarea
{
   width: 300px;
   padding: 3px;
   font-size: 1em;
}
form div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div select {
   width: 300px;
}

Statistics: Posted by toddz88 — April 22nd, 2011, 7:13 pm


]]>
2011-04-22T18:55:16-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6171&p=13188#p13188 <![CDATA[Adjust width of input fields]]> http://chicacafe.redwebtestsite.com

My login fields are too wide. Where do I shorten those?

Statistics: Posted by Magicmarker — April 22nd, 2011, 6:55 pm


]]>