#192986
 Kieran_SQ
Moderator

Hi,

You can use the below CSS to add an ellipsis effect to the text.

COPY CODE
.search-item .search-body p {
    overflow: hidden;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

Note: This will clip after one line

More info: https://developer.mozilla.org/en-US/docs/Web/CSS/text-overflow

Kieran

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

If you like the theme or the support you've received please consider leaving us a review on Themeforest!

Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

Log in with your credentials

Forgot your details?