Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › We would like to pay for customization › Reply To: We would like to pay for customization
February 3, 2016 at 9:23 am
#7568
Keymaster
You could try a custom CSS like:
[html].searchsettings br {
display: none;
}
.searchsettings fieldset {
width: 400px !important;
}
.searchsettings .asp_label {
width: 200px !important;
}[/html]
This should order them into 2 somewhat equal columns, so half of the space is enough.