You need to modify the theme. For example in thte theme's album.php find shortenContent(getAlbumDesc(), 100,'(...)',false);. REmove the shortenContent() call. However that might still not give you the full description as everything in zpMobile is heavily taken over by the jQuery Mobile script framework. It is sometimes rather complicated to override its defaults. Best see the jquerymobile documentation on its own site.