Hi,

If you want to show full channel description, do the following.

1. Open themes/default/channels.tpl file.
2.Find below code.
Code:
{$channels[i].channel_description|truncate:40}
3. Replace it with below code
Code:
{$channels[i].channel_description}
4. Save file.

Thanks,