Question

Here is the demo for it - http://plnkr.co/edit/B2lPwBgY61fSzg4nbaeD?p=preview

I am using both Twitter Bootstrap forms and Pure Forms and as you can see in demo, the size of input box is very small.

I even tried to increase the size by overriding as follows

.pure-form .input-medium {
  size: 50px;
}

But it doesn't helps

How can I make size of input text box bigger?

Thank you

Was it helpful?

Solution

size isn't a CSS property, it's an HTML attribute. You want width (or height) in a CSS context to adjust the size of the element.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top