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

Reply To: Ajax search results not displayed on category page

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Ajax search results not displayed on category page Reply To: Ajax search results not displayed on category page

#32978
Ernest MarcinkoErnest Marcinko
Keymaster

You are welcome!

Well, the isotopic masonry layout will always put the items to the right when calculating the space, but you can try a custom CSS to sort of center them:

.resdrg {
    display: flex !important;
    align-items:center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.resdrg .item {
    position: relative !important;
    flex-shrink: 0;
    left: auto !important;
    top: auto !important;
}

However I can not guarantee this is going to work.
Try this configuratiom to make the whole area clickable: https://i.imgur.com/NpCgaUy.png