Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ulrich

    (@grapplerulrich)

    This css should do it.

    .flowplayer {
    margin: auto;
    display: block;
    }

    If you want to restrict it to only the page you linked to then you would use this css.

    .page-id-3922 .flowplayer {
    margin: auto;
    display: block;
    }

    Thread Starter seriousbondage

    (@seriousbondage)

    This works great! Thank you.

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

The topic ‘Center the player’ is closed to new replies.