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
April 28, 2021 at 2:37 pm
#32978
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