• Hi there, so the question is how I can align Audio Player to the left?

    This code doesn’t work:

    <p style="text-align: left;"></p>

    I also added this:

    p.audioplayer_container {
      text-align: left;
    }

    to header (themes/monochrome/header) as doryphores said in >that< topic, but it still doesn’t work.

    Please help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • floridan

    (@floridan)

    Try adding this to your css:

    p.audioplayer_container {
    float: left;
    }

    It works. But then you will have a problem with the text wrapping to the right.

    Thread Starter Siriae

    (@siriae)

    Thanks a lot for an answer. I’ll check that soon. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Audio Player] How to align Audio Player to the left?’ is closed to new replies.