Knowledge Base
CSS
Plugins
- Locked out from Updraftplus Dashboard
- MAINWP – Kod för att se Server-IP
- Elementor List Icon fix
- Browser downloads file when opening a page
- Elementor Scroll Offset Menu Anchors
- Widget Panel Not Loading
- Align checkboxes to the right
- Greatly Improve the Entrance Animations
- Limit Elementor Posts Widget text Length
- Change Product Description Tab and Titles in WooCommerce
- Tweak Crocoblock JetEngine Radio Filter
Wordpress
Browsers
Windows
Server
Themes
WooCommerce
< All Topics
Print
Limit Elementor Posts Widget text Length
Posted2024-08-10
Updated2025-06-13
ByLasse
.elementor-widget-posts .elementor-post__title {
display: -webkit-box;
-webkit-line-clamp: 3; /* Adjust the number of lines as needed */
-webkit-box-orient: vertical;
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
}
Change: “elementor-widget-posts .elementor-post__title” to needed header or even text like Excerpt…
Source: Github →
Table of Contents