Usage text-align-last:center;:
.center_align {
text-align:center;
width: 100%;
text-align-last:center;<----------Added
}
.center_align {
text-align:center;
width: 100%;
text-align-last:center;
}
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/>
<select class="form-control center_align">
<option value="0"> - Välj -</option>
<option value="1" selected=""> Kategorier valda</option>
</select>
Run codeHide resultEhsan source
share