CSS styling fix for search dropdown
Hi Rahul
When searching, the real-time search results drop down has some CSS styling height issues. At least with Google Chrome.
See here:
FIX:
.ap-sqitem .avatar{
width:27px;height:27px;
}
Rahul Aryan deleted answer