How can I center text in a Safari select dropdown?

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

@Savior
Hello,
Can You Please Share Your Store URL..

Hi @Savior ,

The select option is displayed by default in safari, so you cannot center its text.

If you want, you can just change the select option to ul li and center it.

Hope it helps!