I'm customizing the zpmobile theme and I wish the album titles and descriptions to be broken, if they are to long. Actually, they are cut. Anything I tried didn't help. Any idea?
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.
Comments
I'll dive into jQuery Mobiles documentation...
The solution: "white-space: normal" in the css-file and the lines will break.
Regards, imagepet