Search Results Page IMAGE size and layout

Hi

I need to change the font sizes and the image sizes shown on the search results page.

The image is huge and the results page is hard to read.

please let me know how to change this to make it nicer.

Hello Dylan,

Please add this code in X > Theme Options > CSS:

.search-results .entry-thumb img {
    min-width: 0;
    max-width: 200px;
    height: auto;
}

.search-results .entry-title {
    font-size: 30px;
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.