Tracklist like demo

0
Hi, just a quick question. on the demo you have Long track names to show ...... to keep the track-list nice and clean
however this does not happen on my site. Is there a way to set this up?

http://www.joomlathat.com/demo/music-collection/u/u2/best-of-1980-1990

Thanks
Responses (1)
  • Accepted Answer

    Tuesday, June 24 2014, 03:16 PM - #Permalink
    0
    well, this is done with CSS, setting the overflow to be hidden, like so:

    .nom_song {

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    }
    The reply is currently minimized Show
Your Reply