Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #848957

    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;
    }
    
    #849434

    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

    #849591

    I think I’ve got it now… made the images larger.

    • This reply was modified 7 years, 2 months ago by sherissar.
    #849595

    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.

    https://hughescf.com.au/?s=maori

    #849607

    Figured it out.

    #849876

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.