Edit image in search results, too small

I have a search box in my navbar and when you search the results have a thumbnail that is really tiny. This is the css… I want to override it but it has !important so I cannot. Where can i find this in the files, or how can I override it.
Thanks
Rena

.search .entry-thumb {
padding-bottom: 50px!important;
background-size: contain !important;
}

Hi @fatcatgraphics,

Thank you for writing in, but I don’t see that custom CSS on my dev site, that’s probably a custom CSS please check all your custom CSS area to edit that CSS rule.

You can use that same CSS rule to overwrite it, place it at the bottom of the Theme Options > CSS. If that did not work, make the selector more specific.

CSS Specificity: Things You Should Know

Cheers!

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