Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › adjust size of range slider › Reply To: adjust size of range slider
May 17, 2018 at 4:34 pm
#17911
Keymaster
Hi,
Interesting, because those should be following the column width, I think you have found a bug there. I will make sure to correct it for the upcoming release.
Until then, this small custom CSS snippet should to the trick:
[html].asp_noui_lu {
min-width: 90%;
}
.noUi-target {
min-width: 90%;
}[/html]
Apply this code to your theme custom CSS field (if it supports it) or use the custom CSS field on the search plugin back-end.