• Resolved Emanuele

    (@pixel8383)


    With the last version of Audio Player (2.0.1) is not possible anymore to center the player into the page. If I use

    p align=”center”

    tag into my post editor, then the plugin places the player on the left.
    With older versions this was possible.
    Thanks for your work,
    Emanuele

Viewing 3 replies - 1 through 3 (of 3 total)
  • Yes, this technique will no longer work with the new version. But there is a better solution (in my opinion). Add this CSS to the stylesheet of your theme (style.css):

    p.audioplayer_container {
      text-align: center;
    }

    This will center all players on your blog.

    Martin

    Thread Starter Emanuele

    (@pixel8383)

    Thanks, it worked. Even if the old way was nice too.
    Bye,
    Emanuele

    I’m having the same issue of centering my audio player. Where exactly in the style.css do you add that CSS?????

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Audio Player] Player position’ is closed to new replies.