Move playlist to the left for Bottom Center position in floating mode

Add this code to the Custom CSS field on the Style tab of your Audio Player widget’s settings:

.global-styles,
[class*="FloatingBar__StyledPlaylist"] {
  left: 0;
  right: auto;
}