Viewing 1 replies (of 1 total)
  • Plugin Author Angelo Mandato

    (@amandato)

    The CSS for your MEJS player is all hosed up. You should have something liek this somewhere in your CSS:

    .mejs-inner {
        position: relative;
        width: inherit;
        height: inherit;
    }

    Currently the .mejs-inner class is filling the remaining space of the page, which is getting pushed down because of the image in your blog post.

    You may also be able to fix this by putting a clear all style in your spreadsheet for the PowerPress player…

    .powerpress_player {
     clear: both;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘"Play in new window | Download | Embed" links are dead on a blog post’ is closed to new replies.