Published
- 1 min read
how to do text center of select element
The solution for this is noted below
how to do text center of select element
Solution
select {
text-align: center;
text-align-last: center;
/* webkit*/
}
option {
text-align: left;
/* reset to left*/
}
Try other methods by searching on the site. That is if this doesn’t work