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