How to center the text of a select? I removed the arrows down with the
-moz-appearance: none;
-webkit-appearance: none;
But the text is next to it and does not center. It looks like this:
--------------------------
|TEXTO DO SELECT |
--------------------------
I would like it to look like this:
--------------------------
| TEXTO DO SELECT |
--------------------------
I tried it with text-align, margin, etc and it does not stay. Why?
EDIT
I tried with padding-left, of the answer of the guilherme, but changing the resolution, of the problem. Would you have another solution?