Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › 2 Columns › Reply To: 2 Columns
October 16, 2015 at 9:23 am
#6287
I think I might have a solution without touching the code. Normally it would require adding some HTML elements, but I’ve tried the following CSS on the demo and it worked for me.
.asp_option_cat {
width: 200px;
display: inline-block;
}
.categoryfilter {
width: 420px;
}
That will make each option 200px wide displayed as inline-block and the container 420 pixels. That means it’s printed to 2 columns like so: https://i.imgur.com/UP0PMHA.png
Best,Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)