Hey Dev’s
I am searching for a solution to make the text center of a select dropdown on Safari browsers. The text center is working fine in all the browsers except safari. Tried each solution like below but didn’t worked.
’
text-align: -webkit-center;
text-align: -moz-center;
margin: 0 auto;
text-align-last:center;
-moz-text-align-last: center;
’
Trying to search for the perfect solution. Please let me know if you have any.
Thankyou
Savior