@njore
Active 10 years, 3 months ago
-
@mercime replied to the topic Group description excerpt issue. Please help! in the forum How-to & Troubleshooting 12 years, 9 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;
}