PHPVibe / phpvibe-lite

PHPVibe Open source video CMS / Video Sharing CMS / Youtube Api v3 / Video Embeds
https://www.phpvibe.com
MIT License
75 stars 55 forks source link

How to diable video player floating #9

Open JossyMall opened 4 years ago

JossyMall commented 4 years ago

This is a great software. Thank you for giving it to us free. I have a great problem with it though, i a unable to disable video player container always floating over the contents as i scroll. I need help with this thanks

PHPVibe commented 4 years ago

Hi! Thank you for the nice words. Check in the main css file (phpvibe.css) (sample: https://github.com/PHPVibe/phpvibe/blob/master/The%20CMS/tpl/main/styles/phpvibe.css ) for the lines containing .isdevice

 @media screen and (max-width: 800px) { 
  body.body-video.isdevice.noheader #video-content {position:fixed; top:0; left:0; right:0; background:#fff; z-index:6;}
  body.body-video.isdevice.noheader #wrapper{ margin-top: 150px!important;}
  }