Hello support,
I am looking to have my search result images significantly smaller, and is there a way to have them inline with the snippet?
e.g.;
image|content
-not-
image
content
Reference link: https://vitalytennant.com/?s=v
I tried the following global CSS code:
.search-results .entry-featured {
width: 50%;
}
.single-post .entry-featured {
width: 50%;
}
.single-x-portfolio .entry-featured {
width: 50%;
}
.category .entry-featured {
width: 50%;
}
and
.search-results .entry-featured a img {min-width: 60% !important; max-width: 60% !important; margin: 0 auto; display: block;}
.search-results .entry-thumb {background-color: transparent; margin: 0 auto; display: block;}
.search-results .entry-featured {border: 0; box-shadow: none;}
It doesn’t align properly because the image just sits above the content/snippet and I do not know if there is a way to have content aligned next to the image, if so, how can I do that?
Thank you in advance

