I try all the different code for center aligning and not work in chrome or IE. Here is my code. I'm trying to align center text in the dropbox. Any suggestion?
.dropdownmenu,
.dropdownmenu option
{
text-align:center!important;
}
<select class="dropdownmenu" name="memo[How did you hear about us?]" ">
<option value="Relativity website">Relativity Website</option>
<option value="Internet search">Internet Search</option>
</select>