CSS styling fix for search dropdown

10.65K viewsCore
0

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

Answered question
0

I encountered similar issues with CSS styling for a search dropdown, especially with alignment and overlapping communications service provider solutions elements. By adjusting z-index values, refining padding, and using relative positioning, I achieved a cleaner layout. Testing across browsers ensured consistent behavior and improved the overall user experience on both desktop and mobile.

Answered question
0

@rahularyan How to get the search dropdown feature that@chad has written about and posted an image?

edited comment on answer

You can find that in old version of AnsPress. Please check GitHub repository.

Thanks, but why was it removed. Can I enable this feature? And @Kumar can you also tell me will there be an option to change the default cover image in Anspress 3.0?

Thanks

1

Chad, you can directly send pull request to our github repo 🙂
I will improve style of search suggestion.