Hi darrylmit,
Are you comfortable with changing/adding some css code?
If yes please go to the plugins folder and open the style.css file.
There around line 137 you should see this line
.codeart-google-mp3-player div.controls .seekBar a
Inside that block, at the end after top:-.45em, insert this code
margin:0;
It should look like this at the end.
.codeart-google-mp3-player div.controls .seekBar a{
background: url("images/anchor.png") no-repeat 0 0;
width: 20px;
margin-left: -10px;
height: 20px;
border: none;
outline: none;
top: -.45em;
margin:0;
}
Clear your cache and check your site now.
Generally the plugin works with iPhones, iPads and all Apple products, however we haven’t put default values for some of the things, and sometimes the theme might override them.
Let me know if that fixed it, if not we would have to search deeper, but as i said, for most people it does work.
Also please make sure you have the latest 1.0.11 version installed.