Okay
  Public Ticket #3212919
mobile track titles truncated
Closed

Comments

  • Steven Wilson started the conversation

    on desktop, the full title of each track is shown. but on mobile, the title is truncated with ... at the end. How can I have the full title show, on multiple lines, without the ... showing?

  •  1,103
    Max replied

    Hi,

    If you use Elementor, make sure to check this option: https://drops.sonaar.io/i/QHxUCD

    If you don't use Elementor, you will need to add custom CSS. E.g.:

    .iron-audioplayer .playlist .tracklist-item-title {
        white-space: unset;
    }
    

    Thanks,


    Max from the Sonaar.io Crew