• Resolved jedimasta

    (@jedimasta)


    Regardless of my page containing a single video or a playlist, I don’t seem to have any alignment controls. I’d like to center the interface on my page, but no options appear, either as a pop up over the block, or in the block’s properties on the right.

    Please advise.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author CodeFlavors

    (@codeflavors)

    Hi,

    Sorry about this, indeed, there’s no option for the alignment. You can do this by CSS if you put this in your theme stylesheet:

    .cvm-vim-playlist.default{
        margin-left:auto!important;
        margin-right:auto!important;
    }

    We will implement this feature as block option into the next release, thank you for reporting it.

    Thread Starter jedimasta

    (@jedimasta)

    Thank you, this looks loads better!

    Plugin Author CodeFlavors

    (@codeflavors)

    Hi,

    I just thought it’s worth mentioning that we released version 2.0.2 which introduces alignment for all plugin blocks (see the changelog). After updating you should remove the CSS I suggested above and use the alignment option available for each block.

    Let me know if you have any questions.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Possible to center align player?’ is closed to new replies.