Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › justified the search menu to the center › Reply To: justified the search menu to the center
March 1, 2022 at 1:13 pm
#36960
Keymaster
That may not be possible, as it is a browser limitation. This may partially work on some webkit browsers:
.asp_select_label select {
text-align-last:center;
}