Collapsing Categories Descriptions

Posted in: Newspaper
Post count: 1

I need collapse category description.








Post count: 23312

Hello usblsb,

Unfortunately, our theme does not have such an option that offer you a way to collapse your category description (look like the functionality of Read More button), sorry! As a quick solution, in this case, would be to use a bit of CSS code to achieve like this -> http://screencast.com/t/VELtttsvj

The code is ->

.td-category-description {
height: 100px;
overflow: auto;
}

Thank you for your understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.