I centered my Blubrry audio player with a single line of custom CSS:
.powerpress_player { text-align: center; }
When I activated the Clammr plugin, the player changed. I tried centering the .powerpress_player element with margin-left and margin-right set to auto, but no luck.
Right now, I aligned my titles to the left while I figure out how to center. Thanks so much:
https://culturedcast.com
EDIT: I also tried to find another element to fiddle with so I tried both text-align and margin-left margin-right on .clammer-player to no avail.