Hi Francesco, the plugin itself has some css styles in it that tell it to align left, so I imagine the issue is that this code is overruling yours. You should be able to alter the alignment quite easily using css in yoru theme, and using !important attribute to override anything in the plugin css if needed.
If you’re able to send me a link to your site where the player is in use I’d be happy to provide you the specific code you need to make it happen?
Hi Maeve
thank you fro your answer. i solved this topic by insert in the file style.css this code:
position:center;
left:0;
right:0;
margin-left:auto;
margin-right:auto;
and works fine.
maybe you can provide in the future update on the setting the position of the player 🙂
here the link:
http://www.allegroband.ch/wordpress/allegroband/?page_id=117
bye
Francesco
Hello!
Very sorry if I am being silly here, but could anyone tell me where specifically I should insert the code that fixes this?
Like, explain like I am an idiot, which, I am.
Go to your activate theme, find your stylesheet, and add your CSS at the bottom 🙂
If you are accessing your website via FTP it will usually be in wp-content/themes/the-active-theme-name/style.css
If you are accessing the code via the Theme Editor from within your WordPress install then go to Appearance > Editor and find style.css