This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: is there any way to hide the results' scrollbar for desktop view, but make it vi

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

#41086
kyriankyrian
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;
  }