Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › 2 column search results › Reply To: 2 column search results
September 19, 2019 at 1:04 pm
#24064
Keymaster
Hi,
While there is no option for that, you can try this custom CSS:
.resdrg .item {
width: 50% !important;
float: left !important;
box-sizing: border-box !important;
}
It may not work correctly in all cases though.