Okay
  Public Ticket #2741762
Playlist number wrapping on double digits
Closed

Comments

  • Dave Hultgren started the conversation

    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

  •  1,103
    Max replied

    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

  • Dave Hultgren replied

    That worked like a champ!!! 

    Thanks, Max!!!!

  •  1,103
    Max replied

    You are welcome

    Thanks,


    Max from the Sonaar.io Crew