So this title speaks for itself, i can’ align placeholder center on android, i’m using css propertie text-align: center, how i can solve this?
Wahtel
1
Please try this.
.text-input-md {
text-align: center;
padding: 0;
width: calc(100% - 8px - 8px);
}
Hope to help for you.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Placeholder ion-input | 5 | 7315 | February 11, 2020 | |
| Align input text to center? | 4 | 23136 | December 18, 2019 | |
| Ion datetime placeholder align | 6 | 2371 | December 1, 2018 | |
| How to center horizontally? | 3 | 832 | September 28, 2019 | |
| How align icon on search bar | 0 | 1853 | December 23, 2015 |