I wrote text-align=center
and tried on desktop browsers and worked successfully but didn't work on mobile browsers (safari and chrome on iPhone).
How to write right css to center text on mobile browsers?
.mobileCss{
width:50%;
text-align: center;
}
<select class="mobileCss">
<option>aaaaaaaa</option>
<option>bbbbbbbb</option>
</select>