Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Results › Reply To: Results
July 8, 2020 at 9:59 am
#28297
Keymaster
Hi,
Those items are portfolio categories, as far as I see from the results list. If you don’t need those, then make sure there is nothing selected here: https://i.imgur.com/T0lFL3b.png
There is no option to ignore the scrolling, but you can try this custom CSS:
.resdrg {
width: auto !important;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
}