1
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 on the side and does not center. It looks like this:
--------------------------
|TEXTO DO SELECT |
--------------------------
I’d like to keep it that way:
--------------------------
| TEXTO DO SELECT |
--------------------------
I have tried with text-align, with margin, etc and it does not stay. Why?
EDIT
I even tried with padding-left, of the guilheme response, but changing the resolution, of the poblema. Would have another solution?
Possible duplicate of Select styling via CSS
– user76271
Actually no, he goes to the side, but changing the resolution, the problem.
– Lucas de Carvalho