This topic has 4 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler
Hi, I would like to know how to control the thumbnail size in the ajax search results dropdown,
I would like it to be a lot bigger
Thank you
Yaron
Hello,
Hope you are having a nice day.
You may use custom css code, for example,
.et-result-products img {
width: 50px;
margin-right: 10px;
}
How to create custom.css you can watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY.
Let us know if you need any further assistance.
Regards
Hello,
I have used this css to show the ajax search results thumbnails bigger, but the image itself is generated very tiny, how can I control that?
thank you
Hello,
You need to rewrite et_search_get_posts
function (legenda/framework/theme-functions.php file) in functions.php of child theme and change this – http://prntscr.com/jjgg6z
Regards
You must be logged in to reply to this topic.Log in/Sign up