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:34 pm
#24069
Keymaster
Hi,
You can change the results width to 100% here: https://i.imgur.com/lsNFxF5.png
Or use a custom CSS if you prefer that:
.asp_r {
min-width: 100%;
}