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
You could try a custom CSS like:
.searchsettings br {
display: none;
}
.searchsettings fieldset {
width: 400px !important;
}
.searchsettings .asp_label {
width: 200px !important;
}
This should order them into 2 somewhat equal columns, so half of the space is enough.
Best,Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)



