What it the best way to do that input the full width inside span3 (unresponsive design)?
Something like width: 100%;
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First, when using Twitter Bootstrap I like to add a class to my
<body>tag so I can override bootstrap styles if needed.For the CSS I would do something like this..
The left and right padding needs to be removed from the well and from there all you should have to do is change the size of the
<input>. If your span is going to be a fixed width then the unresponsive example should work for your example. If the span is going to change sizes, then you will only want the input to take up a percentage of its container.