I am using twitter bootstrap. How i can set custom paddings in text fields?
My field looks like this:
but I want to make field like this:
I am using twitter bootstrap. How i can set custom paddings in text fields?
My field looks like this:
but I want to make field like this:
3
Answers
use just like
use these css
For better programming pratices create a new css file, put your css code and import after the bootstrap.css file.
See one example at: How to change Bootstrap's global default font size?