Flexible position changing (floating player)

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

@external {
  [class*="FloatingSmall__Container-sc"] {
    left: revert;
    bottom: revert;
    right: revert;
    top: revert;
  }

  [class*="FloatingSmall__Container-sc"] {
    left: 150px;
    top: 250px;
  }
}

Feel free to adjust left and top values to your liking. You can also use bottom and right values instead based on your specific case:

1 Like