Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › is there any way to hide the results' scrollbar for desktop view, but make it vi › Reply To: is there any way to hide the results' scrollbar for desktop view, but make it vi
January 25, 2023 at 11:11 am
#41086
Participant
Thank you!
I didin0t know this property
I had to wrap the title with a span to make it work, but the result is perfect.
<span>{titlefield}</span>
#full-page-search-results .asp_content h3 a span {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}