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

Reply To: Adjust search

#35511
Ernest MarcinkoErnest Marcinko
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.