Reply To: 2 Columns

#6287
Ernest Marcinko
Ernest Marcinko
Keymaster

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 :)