twitter bootstrap - how to resize Text field and Dropdown in DivShot? -


with divshot, added form fields such text filed, or dropdown menu field. however, have no idea on how resize these components: text box short, while dropdown menu long.

an example text field below have no idea how set size

<input class="input-medium" type="text"> 

how can change size of this?

thanks lot

in divshot, can change size of input in 'inspector' section. lets select bootstrap defined inputs.. input-large, input-xlarge, etc..

you define custom css class , use specify width of input. assign custom (you can name anything) class input..

<input class="input-large custom" type="text"> 

here's example on bootply


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -