Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › how to adjust the length of the search field › Reply To: how to adjust the length of the search field
March 5, 2022 at 3:42 pm
#37030
Keymaster
Hi,
Try something like:
.asp_ss form fieldset {
min-width: 25% !important;
}
You may have to figure out the exact values for all devices.