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

Reply To: Filter Design

#31821
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

Well, there is no option for that, but can try this custom CSS:

.asp_s {
    width: 500px !important;
    max-width: none !important;
}
.asp_s form fieldset {
    width: 100% !important;
    max-width: none !important;
    display: flex;
    flex-wrap: wrap !important;
    position: static !Important;
}
.asp_s form fieldset .asp_option {
    flex-grow: 1 !important;
}

The width may need to be adjusted, but it should do something similar.