This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Results

#28297
Ernest MarcinkoErnest Marcinko
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;
}