Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Adjust search › Reply To: Adjust search
November 11, 2021 at 3:26 pm
#35511
Keymaster
Hi,
Looks like the images are there actually, but some sort of a conflict is created and not rendered. Try this custom CSS:
.horizontal .item {
align-content: baseline;
}
a.asp_res_image_url {
width: 100%;
}
.asp_image {
width: 100%;
min-height: 150px;
}
This should force to render them.