Comments Dave Hultgren started the conversationApril 6, 2021 at 12:23amWhen I insert a play list into a page using the /Shortcode method or even Sonaar MP3 Block, the playlist numbers wrap and create two lines per play list item after number 10. See attached 1,114Max repliedApril 6, 2021 at 4:34pmHi,thanks for reporting this.Add this to your custom CSS (in WP-Admin > Appeareance > Customize > Additional CSS ).iron-audioplayer .playlist .track-number { white-space: nowrap;}This will also be fixed in the next plugin update.Thanks, Max from the Sonaar.io Crew Dave Hultgren repliedApril 6, 2021 at 7:41pmThat worked like a champ!!! Thanks, Max!!!! 1,114Max repliedApril 6, 2021 at 7:46pmYou are welcomeThanks, Max from the Sonaar.io Crew Sign in to reply ...
When I insert a play list into a page using the /Shortcode method or even Sonaar MP3 Block, the playlist numbers wrap and create two lines per play list item after number 10. See attached
Hi,
thanks for reporting this.
Add this to your custom CSS (in WP-Admin > Appeareance > Customize > Additional CSS )
.iron-audioplayer .playlist .track-number {
white-space: nowrap;
}
This will also be fixed in the next plugin update.
Thanks,
Max from the Sonaar.io Crew
That worked like a champ!!!
Thanks, Max!!!!
You are welcome
Thanks,
Max from the Sonaar.io Crew