I\'m trying to remove padding from within a select element so that the text within it lines up with the text in the input element directly below it.
I\'ve tried the
I have solved the padding issue (I wanted to remove the left "padding") in Chrome and Firefox by using a negative value:
style=text-indent:-3px;