• Resolved theblacklodge

    (@theblacklodge)


    Hi,
    Is there a way to change the size of the image displayed in the search results without effecting the size of the thumbnails on other parts of the site?

    Many thanks

    Chris

Viewing 4 replies - 1 through 4 (of 4 total)
  • hannah

    (@hannahritner)

    Hey Chris,
    You can likely do this with some css. Would you mind posting a link? Are you wanting your thumbnails larger or smaller?

    Kindly,
    Hannah

    Thread Starter theblacklodge

    (@theblacklodge)

    Hi Hannah,
    Thanks for your reply.
    The site is https://www.theoldschoolhouse.wales
    A thumbnail of something like 300×300 maybe?

    Thanks
    Chris

    Hello Chris,

    Thank you for sending your website link.

    Kindly add this custom CSS code in Theme Options > Advanced Settings > Custom CSS and let us know if it works like how you intend it to:

    .search-results article img {
        width: 300px;
        height: 300px;
        object-fit: cover;
    }

    Best Regards,
    Karla

    • This reply was modified 3 years, 3 months ago by karlalevelup.
    Thread Starter theblacklodge

    (@theblacklodge)

    Worked brilliantly!
    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Search results’ is closed to new replies.