This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: We would like to pay for customization

#7568
Ernest MarcinkoErnest Marcinko
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.