I want to add some space to the right of an so that there\'s some empty space on the right of the field.
So, instead of
you can solve this, taking the input tag inside a div, then put the padding property on div tag. This work's for me...
input
div
Like this:
and css:
.paded{ padding-right: 20px; }