0
Answered

Title length

Andrei Olaru 2 years ago updated by Andrei S. (Developer) 2 years ago 1

The length of the title cannot be edited and most titles are not displayed entirely.

GOOD, I'M SATISFIED

Thank you!

Satisfaction mark by Andrei Olaru 2 years ago
Answered

Hi

You can use custom CSS. The code below limits the title to 4 lines.

.anwp-pg-post-teaser--layout-a .anwp-pg-post-teaser__title,
.anwp-pg-post-teaser--layout-b .anwp-pg-post-teaser__title {
  -webkit-line-clamp: 4 !important;
  max-height: 4.8em !important;
}

How to add custom CSS to your site:
https://www.anwp.pro/how-to-add-custom-css-to-your-wordpress-site/

--

Best Regards

Andrei S.