Tagged: circular images, enfold, search results
Hi, is it possible to make the images on the search results page larger?
The client likes the circular images. Don’t want a counter in the results, just the thumbnails but circular if possible.
https://hughescf.com.au/?s=dining
CSS
.search-result-counter {
padding: 0;
width: 120px;
height: 120px;
line-height: 100px;
}
.search-result-counter img {
width: 100%;
height: 100%;
border-radius: 100px;
}
Hey sherissar,
I think you have the correct CSS already, just try to increase the hight and width in the first block?
Best regards,
Rikard
I think I’ve got it now… made the images larger.
Any idea why these images are distorted. If you look at the images on the post itself, they look fine but in the search results it looks squashed.
Figured it out.