change the display of product search results
-
Is there any way to adjust the display of product search results? I want the images and text to be smaller so that the display results take up more width and the height is reduced to make it look nicer.
Attachments:
You must be
logged in to view attached files.
Hi dhndigitalmarketing,
Thanks for reaching to us.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.autocomplete-suggestion div.suggestion-thumb{
margin-right: 7px;
max-width: 35px;
}
.autocomplete-suggestion h4.wd-entities-title {
font-size: 10px;
}
Best Regards,