I have a ddl in my menu and wish to center the text. Because the ddl selected values are different lengths, they go off center. Any help appreciated.
I've tried text-indent as in the example below.
select {
font-weight: bold;
color:#fff;
background:#444444;
border:0;
text-indent: 20%;
font-size:18px;
height:29px;
}
<select>
<option value="0">Mixed Job Lot</option>
<option value="1">Antiques / Art</option>
<option value="2">Baby & Toddler Stuff</option>
</select>