
JOOMLA 3.1 audio only - left align the audio control bar
Inside a JOOMLA article I have the following code:
<div id="player" style="text-align: left;">{mp3}2014-01-18_Free-2014-aseersperspective{/mp3}</div>
which displays a functioning audio player, however the control is centered.
How can I make it aligned to the left?
Thank you in advance.