@njore
Active 8 years, 11 months ago
-
@mercime replied to the topic Group description excerpt issue. Please help! in the forum How-to & Troubleshooting 11 years, 5 months ago
@njore simplest way is to add the following to your theme’s stylesheet
ul.item-list li div.item-desc {
max-height: 50px;
overflow: hidden;
}