Change playlist width (floating layout)

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

@external {
  [class*="Playlist__Component-sc"] {
    width: 335px
  }
}
1 Like