Search Results Showing CSS

When I search a topic in the search bar the results show CSS and the pictures are huge what should I do?
https://www.grubtribex.com/?s=Orange+County

Hi @Fliegz,

Thanks for writing in.

I could not see any CSS showing in your setup. You can use the code below to change the size of your search image result thumbnails. Add this code in your custom CSS:

.search-results .entry-thumb img {
    max-width: 59%;
    -webkit-transition: opacity 0.75s ease;
    transition: opacity 0.75s ease;
    margin: 0 auto;
    display: block;
} 

Hope it helps.

Let us know how it goes.

Thanks.

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