Viewing 1 replies (of 1 total)
  • Marcelo,
    First it seems to me that there must be some CSS styling going on in your theme. I can’t reproduce this in my own custom themes or in the default WordPress themes. You should probably contact “8Bit”, the makers of your “Standard” theme and they can fix it for you.

    I did look at the CSS in firebug and this looks suspicious to me…
    video-wrapper embed {
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    }

    Somewhere the video-wrapper class is getting an absolute position of 0.0 If you want to try to fix this yourself, maybe look for that in the theme’s CSS and change it to what you want?

    HTH,
    Ray

Viewing 1 replies (of 1 total)
  • The topic ‘Podpress player showing at the top edge of each post…’ is closed to new replies.