I need to center integers in my select attribute, but I have no idea, how to make that, because text-align:center is not working, display:block and margin:auto is not working too.
This is a jsfiddle link
I need to center integers in my select attribute, but I have no idea, how to make that, because text-align:center is not working, display:block and margin:auto is not working too.
This is a jsfiddle link
For chrome:
text-align-last:center; instead of text-align: center;
Try this jsfiddle link
padding-left: 80px;
Try this jsfiddle link
OR drop the <select> and use an <input type="text"> and a <div> to give you the exact feel of a select list but with the ability to do everything as it will be a <li>.