Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search options below bar › Reply To: Search options below bar
November 5, 2018 at 2:42 pm
#19768
Keymaster
Hi,
Well, possibly, I am not sure.
1. You will have to use either the settings shortcode, or switch to block settings layout.
2. + using this custom CSS:
[html].asp_w fieldset.asp_tax_filter {
min-width: 100% !important;
width: 100% !important;
}
.asp_tax_filter .asp_option {
float: left;
margin-left: 10px !important;
}[/html]
This should result is something like this: https://i.imgur.com/obbe3x5.png
Hopefully it will do the trick on your environment as well.